summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/harddrake/sound.pm1
2 files changed, 1 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index c99af6a71..d1a815672 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -129,7 +129,7 @@ our %l = (
qw(snd-mpu401 snd-opti93x snd-rme9652 snd-sb8 snd-sbawe),
qw(snd-ens1370 snd-ens1371 snd-es18xx snd-es968 snd-es1938 snd-es1968 snd-es1688),
qw(snd-fm801 snd-hdsp snd-ice1712 snd-intel8x0 snd-korg1212 snd-maestro3),
- qw(snd-nm256 snd-rme96 snd-rme32 snd-opl3sa2 snd-sb16 snd-sgalaxy snd-sscape snd-sonicvibes),
+ qw(snd-nm256 snd-rme96 snd-rme32 snd-opl3sa2 snd-sb16 snd-sgalaxy snd-sonicvibes),
qw(snd-trident snd-usb-audio snd-via82xx snd-wavefront snd-ymfpci),
),
],
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 5a65ff702..5f2ba8cc3 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -72,7 +72,6 @@ our %alsa2oss =
"snd-sbawe" => [ "awe_wave" ],
"snd-sgalaxy" => [ "sgalaxy" ], # isa
"snd-sonicvibes" => [ "sonicvibes" ],
- "snd-sscape" => [ "unknown" ], # isa
"snd-trident" => [ "trident" ],
"snd-usb-audio" => [ "audio" ], # usb
"snd-via82xx" => [ "via82cxxx_audio" ],