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/harddrake/sound.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/harddrake/sound.pm') 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