From e4758f567badfecda138fe13d60cfd1b469cd6cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 18 Sep 2003 13:36:19 +0000 Subject: when installing, remember the new sound driver so that the user isn't confused if he ever want to configure it again --- perl-install/harddrake/sound.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/harddrake/sound.pm') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index f924d4832..0fcedc3a4 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -218,6 +218,7 @@ To use alsa, one can either use: It has been reported to oops the kernel on unloading.\n The new \"%s\" driver'll only be used on next bootstrap.", $driver, $new_driver)) if $blacklisted; do_switch($in, $driver, $new_driver, $device->{sound_slot_index}); + $device->{current_driver} = $new_driver; } } elsif ($driver =~ /^Bad:/) { $driver =~ s/^Bad://; -- cgit v1.2.1