From 8cf3586519ca3e32460dabdad1606075cf521d5c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 11 Mar 2008 15:45:20 +0000 Subject: (switch) enable to reset the sound mixer to default values --- perl-install/harddrake/sound.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/harddrake') diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 3f78815c5..5e706c486 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -313,6 +313,11 @@ sub switch { text => N("Enable user switching for audio applications"), type => 'bool', val => \$is_user_switching, }, + { + advanced => 1, + val => N("Reset sound mixer to default values"), + clicked => sub { run_program::run('reset_sound') } + }, { advanced => 1, val => N("Trouble shooting"), disabled => sub {}, -- cgit v1.2.1