summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/sound.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-rw-r--r--perl-install/harddrake/sound.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 12d0879fd..7bc45c132 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -287,6 +287,11 @@ sub switch {
text => N("Enable user switching for audio applications"),
type => 'bool', val => \$is_user_switching,
},
+ {
+ advanced => 1,
+ val => N("Trouble shooting"), disabled => sub {},
+ clicked => sub { &trouble($in) }
+ },
);
if ($new_driver eq 'unknown') {
@@ -331,11 +336,6 @@ To use alsa, one can either use:
: "%s [%s]"), $drv, $drv =~ /^snd_/ ? 'ALSA' : 'OSS');
}
},
- {
- advanced => 1,
- val => N("Trouble shooting"), disabled => sub {},
- clicked => sub { &trouble($in) }
- },
@common,
]))
{