diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/harddrake/sound.pm | 1 |
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, |