summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-06 14:25:27 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-06 14:25:27 +0000
commitcdd491ef4af8baf94cb85b6906f6ba7c7da8d4f5 (patch)
tree9ed884ee979a248b8bcde3ec97dbdf97a5c3ff2d /perl-install/standalone
parenta91668aae284633b47fd49d70dcd9df2e2d2b648 (diff)
downloaddrakx-backup-do-not-use-cdd491ef4af8baf94cb85b6906f6ba7c7da8d4f5.tar
drakx-backup-do-not-use-cdd491ef4af8baf94cb85b6906f6ba7c7da8d4f5.tar.gz
drakx-backup-do-not-use-cdd491ef4af8baf94cb85b6906f6ba7c7da8d4f5.tar.bz2
drakx-backup-do-not-use-cdd491ef4af8baf94cb85b6906f6ba7c7da8d4f5.tar.xz
drakx-backup-do-not-use-cdd491ef4af8baf94cb85b6906f6ba7c7da8d4f5.zip
let fix #2244, #2245, #2730
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 5f27779fb..7e71af88d 100755
--- a/perl-install/standalone/draksound
+++ b/perl-install/standalone/draksound
@@ -40,7 +40,7 @@ if (@devices) {
my $driver = modules::get_alias("sound-slot-$::i");
$driver = modules::get_alias($driver) if $driver =~ /sound-card/; # alsaconf ...
$_->{current_driver} = $driver if $driver;
- harddrake::sound::config($in, $_);
+ harddrake::sound::config($in, $_, $::i);
} modules::probe_category('multimedia/sound');
} else {
$in->ask_warn(N("No Sound Card detected!"),