summaryrefslogtreecommitdiffstats
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 @@
1#!/bin/sh
2
3AMIXER=`which amixer`
4
5if [ ! -e $AMIXER ]; then
6 if [ -e /usr/bin/amixer ]; then
7 AMIXER=/usr/bin/amixer
8 else
9 echo "No amixer, so unable to reset Front channel ON"
10 fi
11fi
12
13