From 9abe992851c315c0d98cceba797d0c9998e4300d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Jan 2005 14:18:00 +0000 Subject: add another sparc sound driver --- kernel/list_modules.pm | 2 +- perl-install/harddrake/sound.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index a443e0efb..2f2036bd9 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -143,7 +143,7 @@ our %l = ( { sound => [ if_(arch() =~ /ppc/, qw(dmasound_pmac snd-powermac)), - if_(arch() =~ /sparc/, qw(snd-sun-amd7930 snd-sun-cs4231)), + if_(arch() =~ /sparc/, qw(snd-sun-amd7930 snd-sun-cs4231 snd-sun-dbri)), if_(arch() !~ /^sparc/, qw(ad1816 ad1848 ad1889 ali5455 audigy audio awe_wave cmpci cs4232 cs4281 cs46xx), qw(emu10k1 es1370 es1371 esssolo1 forte gus i810_audio ice1712 kahlua mad16 maestro), diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 006afce4c..d4edae797 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -31,6 +31,7 @@ our %alsa2oss = if_(arch() =~ /sparc/, "snd-sun-amd7930" => [ "unknown" ], "snd-sun-cs4231" => [ "unknown" ], + "snd-sun-dbri" => [ "unknown" ], ), "snd-ad1816a" => [ "ad1816" ], # isa "snd-ad1848" => [ "ad1848", "pss" ], # isa -- cgit v1.2.1