diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-07-29 10:03:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-07-29 10:03:52 +0000 |
commit | fe097e8c2d78cce6d4ccfe15da8ef5ae809ae9de (patch) | |
tree | c81b61964f3de847d60c3ac51b0bfa3bc3c0be4b /perl-install/harddrake/sound.pm | |
parent | 77809576464bb71a5df0cc21f44e270063231731 (diff) | |
download | drakx-fe097e8c2d78cce6d4ccfe15da8ef5ae809ae9de.tar drakx-fe097e8c2d78cce6d4ccfe15da8ef5ae809ae9de.tar.gz drakx-fe097e8c2d78cce6d4ccfe15da8ef5ae809ae9de.tar.bz2 drakx-fe097e8c2d78cce6d4ccfe15da8ef5ae809ae9de.tar.xz drakx-fe097e8c2d78cce6d4ccfe15da8ef5ae809ae9de.zip |
handle snd-riptide
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 558b23b53..319cac1c0 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -100,6 +100,7 @@ our %alsa2oss = "snd-opti92x-cs4231" => [ "unknown" ], # isa "snd-opti93x" => [ "mad16" ], "snd-pcxhr" => [ "unknown" ], # pci + "snd-riptide" => [ "unknown" ], "snd-rme32" => [ "unknown" ], # isa "snd-rme96" => [ "rme96xx" ], # pci "snd-rme9652" => [ "rme96xx" ], # pci |