From dd1c7ed129f9d437eaf1b46b606c1aa3f6eb17b5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Jun 2007 13:40:00 +0000 Subject: add support for snd-cmi8788 driver --- kernel/list_modules.pm | 2 +- perl-install/NEWS | 1 + perl-install/harddrake/sound.pm | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8ce5c86cf..2e9a41cf0 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -186,7 +186,7 @@ our %l = ( 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 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), + qw(snd-asihpi snd-bt87x snd-ca0106 snd-cmi8330 snd-cmi8788 snd-cmipci), qw(snd-cs4231 snd-cs4232 snd-cs4236 snd-cs4281 snd-cs46xx snd-cs5530 snd-cs5535audio), qw(snd-darla20 snd-darla24 snd-dt019x snd-echo3g snd-emu10k1 snd-emu10k1x), qw(snd-ens1370 snd-ens1371 snd-es1688 snd-es18xx snd-es1938 snd-es1968 snd-es968), diff --git a/perl-install/NEWS b/perl-install/NEWS index 36943c60b..34f4cd9b0 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- add support for snd-cmi8788 driver - harddrake UI: o stop scannerdrake from fooling us about scanners and from leading us to display twice the same device (#31182) diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 72c53d8d1..1aef057b8 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -50,6 +50,7 @@ our %alsa2oss = "snd-bt87x" => [ "btaudio" ], "snd-ca0106" => [ "unknown" ], # pci "snd-cmi8330" => [ "sb" ], # isa + "snd-cmi8788" => [ "unknown" ], # pci "snd-cmipci" => [ "cmpci" ], "snd-cs4231" => [ "unknown" ], # isa "snd-cs4232" => [ "cs4232" ], # isa -- cgit v1.2.1