diff options
Diffstat (limited to 'perl-install/standalone/draksound')
-rwxr-xr-x | perl-install/standalone/draksound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 1e4f299f6..3f862c21f 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -31,7 +31,7 @@ my $in = 'interactive'->vnew('su'); modules::mergein_conf('/etc/modules.conf'); -my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall(1); +my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall(); if (@devices) { # TODO: That need some work for multiples sound cards map_index { |