From b7332d01b1811952e6480ae4e20a53436c6ca181 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Nov 2013 09:43:15 +0100 Subject: do not offer to switch to another driver if there's none --- perl-install/NEWS | 1 + perl-install/harddrake/sound.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 7dbc7dfbe..b5f6cca74 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - draksound: o do not offer to switch to OSS + o do not offer to switch to another driver if there's none Version 16.1 - 28 November 2013 diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index ce565e03b..d34ecdc67 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -220,7 +220,6 @@ To use alsa, one can either use: if_(@alternative, { label => N("Driver:"), val => \$new_driver, list => \@alternative, default => $new_driver, sort =>1, - allow_empty_list => 1, format => sub { my ($drv) = @_; $drv eq 'unknown' ? $drv : sprintf(($des{$drv} ? "$des{$drv} (%s [%s])" -- cgit v1.2.1