diff options
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index dd26fce10..8de24ec4a 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -827,7 +827,7 @@ sub summary { return N("Remote CUPS server"); #- fall back in case of something wrong. }; - my @sound_cards = (arch() =~ /ppc/ ? \&modules::load_category : \&modules::probe_category)->('multimedia/sound'); + my @sound_cards = getSoundDevices(); #- if no sound card are detected AND the user selected things needing a sound card, #- propose a special case for ISA cards |