diff options
-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 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])" |