[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-167-gb7780d8
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-02-17 21:13:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via b7780d8ea8c16bd7c1c8b4357e226aee2c3ad816 (commit)
from 68db2ee13e476ea50889bc768c4272adb29b5f3d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b7780d8ea8c16bd7c1c8b4357e226aee2c3ad816
Author: Eric Jarrige <eri...@ar...>
Date: Sun Feb 17 22:16:14 2013 +0100
[TEST] apf51: audio: Fix audio capture default parameter
-----------------------------------------------------------------------
Summary of changes:
target/test/test_audio.sh | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/target/test/test_audio.sh b/target/test/test_audio.sh
index 7e2655c..f5347da 100755
--- a/target/test/test_audio.sh
+++ b/target/test/test_audio.sh
@@ -56,7 +56,10 @@ test_audio_in_init()
amixer cset numid=7 on
amixer cset numid=6 30
elif [ "$1" == "APF51" ]; then
- echo
+ amixer cset numid=1 48,0
+ amixer cset numid=44 on
+ amixer cset numid=50 on
+ amixer cset numid=3 on,on
else
echo "Platform not supported by this test"
fi
hooks/post-receive
--
armadeus
|