diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-29 09:45:29 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-29 09:47:27 +0100 |
commit | 8daa5c273bb87486f9efe587b47f4751c8c095fc (patch) | |
tree | 1c48d68f4dfd4953c6c3988ac3545ba2cc433fe2 /perl-install/harddrake | |
parent | b7332d01b1811952e6480ae4e20a53436c6ca181 (diff) | |
download | drakx-8daa5c273bb87486f9efe587b47f4751c8c095fc.tar drakx-8daa5c273bb87486f9efe587b47f4751c8c095fc.tar.gz drakx-8daa5c273bb87486f9efe587b47f4751c8c095fc.tar.bz2 drakx-8daa5c273bb87486f9efe587b47f4751c8c095fc.tar.xz drakx-8daa5c273bb87486f9efe587b47f4751c8c095fc.zip |
do not offer to pick a random driver when we've a default one
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index d34ecdc67..efad47d78 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -162,7 +162,6 @@ sub config { }; my @common = ( - get_any_driver_entry($in, $modules_conf, $driver, $device), { text => N("Enable PulseAudio"), type => 'bool', val => \$is_pulseaudio_enabled, |