diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 06:03:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 06:03:41 +0000 |
commit | 41a9a57550ed7e3d3068a923eb750a7c76013414 (patch) | |
tree | f1ab65aa5faf9e4a7fe737abc340322b1031dc5d /perl-install/standalone/draksound | |
parent | 31693554d31ae29f2ff9e0d4182e39de9a263886 (diff) | |
download | drakx-41a9a57550ed7e3d3068a923eb750a7c76013414.tar drakx-41a9a57550ed7e3d3068a923eb750a7c76013414.tar.gz drakx-41a9a57550ed7e3d3068a923eb750a7c76013414.tar.bz2 drakx-41a9a57550ed7e3d3068a923eb750a7c76013414.tar.xz drakx-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/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 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!"), |