summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/harddrake/sound.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index b5f6cca74..ddd9cec1e 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,6 +1,7 @@
- draksound:
o do not offer to switch to OSS
o do not offer to switch to another driver if there's none
+ o do not offer to pick a random driver when we've a default one
Version 16.1 - 28 November 2013
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,