aboutsummaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
diff options
context:
space:
mode:
Diffstat (limited to 'meta-n450/recipes-bsp/audiofix/files/n450_audiofix')
-rw-r--r--meta-n450/recipes-bsp/audiofix/files/n450_audiofix13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-n450/recipes-bsp/audiofix/files/n450_audiofix b/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
new file mode 100644
index 00000000..9ec04482
--- /dev/null
+++ b/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+AMIXER=`which amixer`
+
+if [ ! -e $AMIXER ]; then
+ if [ -e /usr/bin/amixer ]; then
+ AMIXER=/usr/bin/amixer
+ else
+ echo "No amixer, so unable to reset Front channel ON"
+ fi
+fi
+
+