From 8daa5c273bb87486f9efe587b47f4751c8c095fc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Nov 2013 09:45:29 +0100 Subject: do not offer to pick a random driver when we've a default one --- perl-install/NEWS | 1 + perl-install/harddrake/sound.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1