summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-03 06:03:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-03 06:03:41 +0000
commit41a9a57550ed7e3d3068a923eb750a7c76013414 (patch)
treef1ab65aa5faf9e4a7fe737abc340322b1031dc5d /perl-install/standalone
parent31693554d31ae29f2ff9e0d4182e39de9a263886 (diff)
downloaddrakx-backup-do-not-use-41a9a57550ed7e3d3068a923eb750a7c76013414.tar
drakx-backup-do-not-use-41a9a57550ed7e3d3068a923eb750a7c76013414.tar.gz
drakx-backup-do-not-use-41a9a57550ed7e3d3068a923eb750a7c76013414.tar.bz2
drakx-backup-do-not-use-41a9a57550ed7e3d3068a923eb750a7c76013414.tar.xz
drakx-backup-do-not-use-41a9a57550ed7e3d3068a923eb750a7c76013414.zip
4th parameter is not used, i suspect it's not useful anymore since we pass the value in {sound_slot_index}
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/draksound2
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!"),