diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 20:47:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 20:47:24 +0000 |
commit | f20b0d63e0c674b920b6091c69d44a37d8c12a16 (patch) | |
tree | f25d1e6606e92fe9e7b59bb3b55c4b2da31b5905 /perl-install/harddrake/sound.pm | |
parent | fbe8e191e99526ef5de07742c46de854a190b541 (diff) | |
download | drakx-f20b0d63e0c674b920b6091c69d44a37d8c12a16.tar drakx-f20b0d63e0c674b920b6091c69d44a37d8c12a16.tar.gz drakx-f20b0d63e0c674b920b6091c69d44a37d8c12a16.tar.bz2 drakx-f20b0d63e0c674b920b6091c69d44a37d8c12a16.tar.xz drakx-f20b0d63e0c674b920b6091c69d44a37d8c12a16.zip |
add snd-hdspm & snd-indigo
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 07bfdcae4..03aa21ca5 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -75,10 +75,12 @@ our %alsa2oss = "snd-gusextreme" => [ "gus" ], # isa "snd-gusmax" => [ "gus" ], # isa "snd-hda-intelp" => [ "unknown" ], + "snd-hdspm" => [ "unknown" ], "snd-hdsp" => [ "unknown" ], "snd-ice1712" => [ "unknown" ], # isa "snd-ice1724" => [ "unknown" ], # isa "snd-indi" => [ "unknown" ], # pci + "snd-indigo" => [ "unknown" ], # pci "snd-indigodj" => [ "unknown" ], # pci "snd-indigoio" => [ "unknown" ], # pci "snd-intel8x0" => [ "ali5455", "i810_audio", "nvaudio" ], |