summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 7ba215815..b30508ad1 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -950,6 +950,7 @@ sub summary {
my $sound_index = 0;
foreach my $device (@sound_cards) {
+ $device->{sound_slot_index} = $sound_index;
push @l, {
group => N("Hardware"),
label => N("Sound card"),
@@ -958,7 +959,6 @@ sub summary {
},
clicked => sub {
require harddrake::sound;
- $device->{sound_slot_index} = $sound_index;
harddrake::sound::config($o, $device);
},
};