diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-01-08 14:28:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-01-08 14:28:57 +0000 |
commit | e65cd7005dbf2ad3297f2452464d44b066cb8d73 (patch) | |
tree | b43c1ca7841db6ac0667efedaa2c0dae5125b7e4 /kernel/list_modules.pm | |
parent | aa812c40b21c70d1f20189e8be84b01f91aac4c2 (diff) | |
download | drakx-e65cd7005dbf2ad3297f2452464d44b066cb8d73.tar drakx-e65cd7005dbf2ad3297f2452464d44b066cb8d73.tar.gz drakx-e65cd7005dbf2ad3297f2452464d44b066cb8d73.tar.bz2 drakx-e65cd7005dbf2ad3297f2452464d44b066cb8d73.tar.xz drakx-e65cd7005dbf2ad3297f2452464d44b066cb8d73.zip |
handle new driver: snd-virtuoso
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 9e8232576..f0d4c8adf 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -196,7 +196,7 @@ our %l = ( 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-oxygen snd-pcsp snd-pcxhr snd-riptide snd-rme32), 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-sscape snd-trident snd-via82xx snd-virtuoso snd-vx222 snd-vxp440 snd-vxpocket snd-wavefront), qw(snd-ymfpci sonicvibes sscape trident via82cxxx_audio wavefront ymfpci), ), ], |