summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksound
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/draksound')
-rwxr-xr-xperl-install/standalone/draksound1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound
index 5812f388a..0258cbe9d 100755
--- a/perl-install/standalone/draksound
+++ b/perl-install/standalone/draksound
@@ -39,6 +39,7 @@ if (my @devices = detect_devices::probe_category('multimedia/sound')) {
# fill $device->{driver} with the right sound-slot-XX or default driver if missing sound-slot [real fix'll be in harddrake service]
my $driver = $modules_conf->get_alias("sound-slot-$::i");
$driver = $modules_conf->get_alias($driver) if $driver =~ /sound-card/; # alsaconf ...
+ $driver =~ s/-/_/g;
$_->{current_driver} = $driver if $driver;
$_->{sound_slot_index} = $::i;
harddrake::sound::config($in, $modules_conf, $_);