From 870b21903c0898f2d71b4686b36ccc744a257b2c Mon Sep 17 00:00:00 2001
From: Bob Igo <bob@stormlogic.com>
Date: Wed, 3 Jun 2009 14:52:58 -0400
Subject: Reverted twk_audio.pl to use aumix again.

---
 abs/core-testing/tweaker/bin/twk_audio.pl | 3 +--
 1 file changed, 1 insertion(+), 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");
-- 
cgit v0.12