From 41a9a57550ed7e3d3068a923eb750a7c76013414 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jun 2005 06:03:41 +0000 Subject: 4th parameter is not used, i suspect it's not useful anymore since we pass the value in {sound_slot_index} --- perl-install/standalone/draksound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') 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!"), -- cgit v1.2.1