diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-18 13:36:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-09-18 13:36:19 +0000 |
commit | e4758f567badfecda138fe13d60cfd1b469cd6cb (patch) | |
tree | 45dcb5c393a7b72d5881066c725efe070452dd50 | |
parent | 71548bc972647e7d32e5d1b127bb34377e19d1be (diff) | |
download | drakx-e4758f567badfecda138fe13d60cfd1b469cd6cb.tar drakx-e4758f567badfecda138fe13d60cfd1b469cd6cb.tar.gz drakx-e4758f567badfecda138fe13d60cfd1b469cd6cb.tar.bz2 drakx-e4758f567badfecda138fe13d60cfd1b469cd6cb.tar.xz drakx-e4758f567badfecda138fe13d60cfd1b469cd6cb.zip |
when installing, remember the new sound driver so that the user isn't
confused if he ever want to configure it again
-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 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://; |