diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-10-08 12:27:54 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-10-08 12:27:54 +0000 |
commit | 9fc85a05204b464d514c5bd2d90c3a6dbf444796 (patch) | |
tree | 6259d343751cca431f8db470e3222a25eb833865 /kernel/list_modules.pm | |
parent | 75b3a029c953e344dd586611ea8a3f4c51d81cc5 (diff) | |
download | drakx-9fc85a05204b464d514c5bd2d90c3a6dbf444796.tar drakx-9fc85a05204b464d514c5bd2d90c3a6dbf444796.tar.gz drakx-9fc85a05204b464d514c5bd2d90c3a6dbf444796.tar.bz2 drakx-9fc85a05204b464d514c5bd2d90c3a6dbf444796.tar.xz drakx-9fc85a05204b464d514c5bd2d90c3a6dbf444796.zip |
add support for future snd-sis7019 driver
Diffstat (limited to 'kernel/list_modules.pm')
-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 196570e62..73ddb84ba 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -194,7 +194,7 @@ our %l = ( qw(snd-interwave-stb snd-korg1212 snd-layla20 snd-layla24 snd-layla3g), qw(snd-maestro3 snd-mia snd-mixart snd-mona snd-mpu401 snd-nm256), qw(snd-opl3sa2 snd-opti92x-ad1848 snd-opti92x-cs4231 snd-opti93x snd-pcxhr snd-riptide snd-rme32), - qw(snd-rme96 snd-rme9652 snd-sb16 snd-sb8 snd-sbawe snd-sc6000 snd-sgalaxy snd-sonicvibes), + qw(snd-rme96 snd-rme9652 snd-sb16 snd-sb8 snd-sbawe snd-sc6000 snd-sgalaxy snd-sis7019 snd-sonicvibes), qw(snd-sscape snd-trident snd-via82xx snd-vx222 snd-vxp440 snd-vxpocket snd-wavefront), qw(snd-ymfpci sonicvibes sscape trident via82cxxx_audio wavefront ymfpci), ), |