diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-27 20:51:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-27 20:51:03 +0000 |
commit | 0d4f16efe9914622e5871d73ff6a13d00d3573a7 (patch) | |
tree | bfae5a345c74da5fef5ab1a486d865d9fa762bb0 /kernel | |
parent | 89135335ac0342064510a0a0d5c682a7d16e73e4 (diff) | |
download | drakx-0d4f16efe9914622e5871d73ff6a13d00d3573a7.tar drakx-0d4f16efe9914622e5871d73ff6a13d00d3573a7.tar.gz drakx-0d4f16efe9914622e5871d73ff6a13d00d3573a7.tar.bz2 drakx-0d4f16efe9914622e5871d73ff6a13d00d3573a7.tar.xz drakx-0d4f16efe9914622e5871d73ff6a13d00d3573a7.zip |
add support for new snd-als300 sound driver
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index e56d97a8d..09d774b92 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -173,7 +173,7 @@ our %l = ( qw(ad1816 ad1848 ad1889 ali5455 audigy audio awe_wave cmpci cs4232 cs4281 cs46xx), qw(emu10k1 es1370 es1371 esssolo1 forte gus i810_audio ice1712 kahlua mad16 maestro), qw(maestro3 mpu401 msnd_pinnacle nm256_audio nvaudio opl3 opl3sa opl3sa2 pas2 pss), - qw(rme96xx sam9407 sb sgalaxy snd-ad1816a snd-ad1848 snd-ad1889 snd-ali5451 snd-als100), + qw(rme96xx sam9407 sb sgalaxy snd-ad1816a snd-ad1848 snd-ad1889 snd-ali5451 snd-als100 snd-als300), qw(snd-als4000 snd-atiixp snd-au8810 snd-au8820 snd-au8830 snd-audigyls snd-azt2320 snd-azt3328 snd-azx), qw(snd-asihpi snd-bt87x snd-ca0106 snd-cmi8330 snd-cmipci snd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281), qw(snd-cs46xx snd-cs5535audio snd-darla20 snd-darla24 snd-dt019x snd-emu10k1 snd-emu10k1x snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx), |