diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
2 files changed, 2 insertions, 0 deletions
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 |