summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/tweaker/bin/twk_audio.pl
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-06-02 19:29:09 (GMT)
committerBob Igo <bob@stormlogic.com>2009-06-02 19:29:09 (GMT)
commit03f66cf733f73ecc62b9a71f569b03453f895ea4 (patch)
tree61b99241181b32c13447ef8e55e03a10d219c140 /abs/core-testing/tweaker/bin/twk_audio.pl
parentaa0037574fffef5d1a0818e2e2aeee8add9a5e9f (diff)
downloadlinhes_pkgbuild-03f66cf733f73ecc62b9a71f569b03453f895ea4.zip
linhes_pkgbuild-03f66cf733f73ecc62b9a71f569b03453f895ea4.tar.gz
linhes_pkgbuild-03f66cf733f73ecc62b9a71f569b03453f895ea4.tar.bz2
Incremental tweaker fixes.
Diffstat (limited to 'abs/core-testing/tweaker/bin/twk_audio.pl')
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_audio.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_audio.pl b/abs/core-testing/tweaker/bin/twk_audio.pl
index eec7992..42a90d1 100755
--- a/abs/core-testing/tweaker/bin/twk_audio.pl
+++ b/abs/core-testing/tweaker/bin/twk_audio.pl
@@ -243,7 +243,8 @@ 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 \"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
if (my $error = execute_shell_command($command)) {
$logger->error("ERROR: $error");