diff options
Diffstat (limited to 'abs/core-testing')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_audio.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_audio.pl b/abs/core-testing/tweaker/bin/twk_audio.pl index 42a90d1..eec7992 100755 --- a/abs/core-testing/tweaker/bin/twk_audio.pl +++ b/abs/core-testing/tweaker/bin/twk_audio.pl @@ -243,8 +243,7 @@ sub implement_option { # Now, do what works for all sound devices. - #my $command = "su - mythtv -c \"aumix -v 70 -m 0 -l 0 -l R -w 70\""; # ok for analog and digital - my $command = "su - mythtv -c \"amixer -c 1 -- sset Master playback -20dB\""; # ok for analog and digital + my $command = "su - mythtv -c \"aumix -v 70 -m 0 -l 0 -l R -w 70\""; # ok for analog and digital if (my $error = execute_shell_command($command)) { $logger->error("ERROR: $error"); |