diff options
Diffstat (limited to 'perl-install')
-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 4d534cb66..3e19b5653 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -41,7 +41,7 @@ if (my @devices = modules::probe_category('multimedia/sound')) { $driver = $modules_conf->get_alias($driver) if $driver =~ /sound-card/; # alsaconf ... $_->{current_driver} = $driver if $driver; $_->{sound_slot_index} = $::i; - harddrake::sound::config($in, $modules_conf, $_, $::i); + harddrake::sound::config($in, $modules_conf, $_); } @devices; } else { $in->ask_warn(N("No Sound Card detected!"), |