diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 20:44:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 20:44:14 +0000 |
commit | fbe8e191e99526ef5de07742c46de854a190b541 (patch) | |
tree | 9a6b3979ebdc82edb14daa67b874fab4f07357b8 | |
parent | fa435bb2ece357ae63f139783d4851768c9ce36c (diff) | |
download | drakx-fbe8e191e99526ef5de07742c46de854a190b541.tar drakx-fbe8e191e99526ef5de07742c46de854a190b541.tar.gz drakx-fbe8e191e99526ef5de07742c46de854a190b541.tar.bz2 drakx-fbe8e191e99526ef5de07742c46de854a190b541.tar.xz drakx-fbe8e191e99526ef5de07742c46de854a190b541.zip |
add snd-emu10k1x
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 249e40301..9e2bfdd13 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -164,7 +164,7 @@ our %l = ( qw(rme96xx sam9407 sb sgalaxy snd-ad1816a snd-ad1848 snd-ali5451 snd-als100), qw(snd-als4000 snd-atiixp snd-au8810 snd-au8820 snd-au8830 snd-audigyls snd-azt2320 snd-azt3328 snd-azx), qw(snd-bt87x snd-ca0106 snd-cmi8330 snd-cmipci snd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281), - qw(snd-cs46xx snd-darla20 snd-darla24 snd-dt019x snd-emu10k1 snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx), + qw(snd-cs46xx snd-darla20 snd-darla24 snd-dt019x snd-emu10k1 snd-emu10k1x snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx), qw(snd-es1938 snd-es1968 snd-es968 snd-fm801 snd-gina20 snd-gina24 snd-gina3g snd-gusclassic snd-gusextreme), qw(snd-gusmax snd-hda-intel snd-hdsp snd-ice1712 snd-ice1724 snd-indi snd-indigodj snd-indigoio snd-intel8x0 snd-interwave), qw(snd-interwave-stb snd-korg1212 snd-layla20 snd-layla24 snd-layla3g snd-maestro3 snd-mia snd-mixart snd-mona snd-mpu401 snd-nm256), diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 6a5d877ee..07bfdcae4 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -59,6 +59,7 @@ our %alsa2oss = "snd-dt0197h" => [ "unknown" ], # isa "snd-dt019x" => [ "unknown" ], # isa "snd-emu10k1" => [ "audigy", "emu10k1" ], + "snd-emu10k1x" => [ "unknown" ], "snd-ens1370" => [ "es1370" ], "snd-ens1371" => [ "es1371" ], "snd-es1688" => [ "sb" ], # isa |