diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-15 15:07:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-15 15:07:37 +0000 |
commit | 0b23f8f736399d2e7a66baa903f8255c6e96200d (patch) | |
tree | 7b07f51575be9f9282e1b765bbec4641776c8848 | |
parent | 731fbe16e2a84cc6296d36fd470222db7def1c09 (diff) | |
download | drakx-0b23f8f736399d2e7a66baa903f8255c6e96200d.tar drakx-0b23f8f736399d2e7a66baa903f8255c6e96200d.tar.gz drakx-0b23f8f736399d2e7a66baa903f8255c6e96200d.tar.bz2 drakx-0b23f8f736399d2e7a66baa903f8255c6e96200d.tar.xz drakx-0b23f8f736399d2e7a66baa903f8255c6e96200d.zip |
snd-sscape does not exist
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
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" ], |