diff options
| author | Bob Igo <bob@stormlogic.com> | 2009-06-03 18:52:58 (GMT) | 
|---|---|---|
| committer | Bob Igo <bob@stormlogic.com> | 2009-06-03 18:52:58 (GMT) | 
| commit | 870b21903c0898f2d71b4686b36ccc744a257b2c (patch) | |
| tree | e3e0af58f2bbe2aeb05cf84796775ddbc15ef5c0 | |
| parent | a035f0f44d6ee8874314a957cb52b803c197cfbd (diff) | |
| download | linhes_pkgbuild-870b21903c0898f2d71b4686b36ccc744a257b2c.zip linhes_pkgbuild-870b21903c0898f2d71b4686b36ccc744a257b2c.tar.gz linhes_pkgbuild-870b21903c0898f2d71b4686b36ccc744a257b2c.tar.bz2 | |
Reverted twk_audio.pl to use aumix again.
| -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"); | 
