diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-16 22:33:48 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-08-16 22:33:48 +0000 |
commit | c37ddfcbdd4e7d5c482074e240ced136ff699999 (patch) | |
tree | d22fece364065c8cd0e8df21254a8c6750b60af3 | |
parent | 20b21826fd45b63b8bfc88fa7635cb67e3d171d0 (diff) | |
download | drakx-c37ddfcbdd4e7d5c482074e240ced136ff699999.tar drakx-c37ddfcbdd4e7d5c482074e240ced136ff699999.tar.gz drakx-c37ddfcbdd4e7d5c482074e240ced136ff699999.tar.bz2 drakx-c37ddfcbdd4e7d5c482074e240ced136ff699999.tar.xz drakx-c37ddfcbdd4e7d5c482074e240ced136ff699999.zip |
more sound modules
-rw-r--r-- | kernel/list_modules.pm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index fe38ccad3..960a3e0c2 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -111,14 +111,14 @@ our %l = ( sound => [ if_(arch() =~ /ppc/, qw(dmasound_awacs)), if_(arch() !~ /^sparc/, - qw(cmpci cs46xx cs4281 es1370 es1371 esssolo1 i810_audio maestro maestro3), - qw(nm256_audio pas16 trident via82cxxx_audio sonicvibes emu10k1 ymfpci), - qw(rme96xx audigy), - - qw(snd-ice1712 snd-cmipci snd-ens1371 snd-via8233), - qw(snd-es1938 snd-fm801 snd-intel8x0 snd-rme96), - qw(snd-cs46xx snd-maestro3 snd-korg1212 snd-ens1370 snd-als4000), - qw(snd-trident snd-ymfpci), + qw(audigy cmpci cs46xx cs4281 emu10k1 es1370 es1371 esssolo1 i810_audio maestro maestro3), + qw(nm256_audio pas16 rme96xx sonicvibes trident via82cxxx_audio ymfpci), + qw(snd-als100 snd-als4000 snd-azt2320 snd-cmi8330 snd-cmipci snd-cs46xx snd-dt0197h), + qw(snd-cs4281 snd-emu10k1), + qw(snd-ens1370 snd-ens1371 snd-es18xx snd-es96 snd-es1938 snd-es1968 snd-es1688), + qw(snd-fm801 snd-ice1712 snd-intel8x0 snd-korg1212 snd-maestro3), + qw(snd-nm256 snd-rme96 snd-rme32 snd-opl3sa2 snd-sb16 nd-sgalaxy snd-sonicvibes), + qw(snd-trident snd-usb-audio snd-via686 snd-via8233 snd-wavefront snd-ymfpci), ), ], tv => [ qw(bttv cpia_usb ibmcam mod_quickcam ov511 ov518_decomp ultracam usbvideo cyber2000fb saa7134) ], |