summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-29 09:45:29 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-29 09:47:27 +0100
commit8daa5c273bb87486f9efe587b47f4751c8c095fc (patch)
tree1c48d68f4dfd4953c6c3988ac3545ba2cc433fe2 /perl-install/harddrake/sound.pm
parentb7332d01b1811952e6480ae4e20a53436c6ca181 (diff)
downloaddrakx-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/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm1
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,