From 1bc9fb6b2a2f40b6632f4a60a85b8b6504f721d5 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 22 Mar 2005 23:06:54 +0000 Subject: XBox - add options "xbox=1" for sound driver (thx Thierry) --- perl-install/harddrake/sound.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 95a6de10d..e1651f23c 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -358,6 +358,7 @@ sub configure_sound_slots { if (!member($default_driver, @{get_alternative($_->{driver})}, $_->{driver})) { $altered ||= $default_driver; $modules_conf->set_sound_slot("sound-slot-$::i", $_->{driver}); + $modules_conf->set_options($_->{driver}, "xbox=1") if $_->{driver} eq "snd-intel8x0" && is_xbox(); } } detect_devices::getSoundDevices(); $modules_conf->write if $altered && $::isStandalone; -- cgit v1.2.1