Signed-off-by: Hongmei Gou <[email protected]>
---
 multimedia_apps/arm_multimedia_aacdec/runAACDec.sh             | 2 +-
 multimedia_apps/arm_multimedia_audiocapture/runAudioCapture.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/multimedia_apps/arm_multimedia_aacdec/runAACDec.sh 
b/multimedia_apps/arm_multimedia_aacdec/runAACDec.sh
index dce07ee..48c5a39 100644
--- a/multimedia_apps/arm_multimedia_aacdec/runAACDec.sh
+++ b/multimedia_apps/arm_multimedia_aacdec/runAACDec.sh
@@ -26,7 +26,7 @@ else
                amixer cset name='PCM Playback Volume' 127
        elif [ "$machine_type" = "am65xx-evm" ]; then
                amixer cset name='PCM Playback Volume' 127
-        elif [ "$machine_type" = "am57xx-evm" ]; then
+        elif [ "$machine_type" = "am57xx-evm" ] || [ "$machine_type" = 
"am57xx-hs-evm" ]; then
                 # Exit for AM5 IDK when HDMI is disconnected
                 if cat /proc/device-tree/model | grep "IDK"
                 then
diff --git a/multimedia_apps/arm_multimedia_audiocapture/runAudioCapture.sh 
b/multimedia_apps/arm_multimedia_audiocapture/runAudioCapture.sh
index 9e63590..20c9e5b 100644
--- a/multimedia_apps/arm_multimedia_audiocapture/runAudioCapture.sh
+++ b/multimedia_apps/arm_multimedia_audiocapture/runAudioCapture.sh
@@ -36,7 +36,7 @@ else
         amixer sset 'Left PGA Mixer Line1L' on > /dev/null
         amixer sset 'Left Line1R Mux' differential > /dev/null
         amixer sset 'Right Line1L Mux' differential > /dev/null
-    elif [ "$machine_type" = "am57xx-evm" ]; then
+    elif [ "$machine_type" = "am57xx-evm" ] || [ "$machine_type" = 
"am57xx-hs-evm" ]; then
         # Exit for AM5 IDK
         if cat /proc/device-tree/model | grep "IDK"
         then
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to