summaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-01-03 15:33:52 -0800
committerSaul Wold <sgw@linux.intel.com>2011-01-03 16:46:14 -0800
commit158f88d76685da4e71a21f3788d519dd4b2bb912 (patch)
treea0d07813fdac413ea506a64813521b0e2340fa0c /meta-n450/recipes-bsp/audiofix/files/n450_audiofix
parentef1c55927c75b4fa0a12796bb21d52dd9fefcfdb (diff)
downloadmeta-intel-158f88d76685da4e71a21f3788d519dd4b2bb912.tar.gz
meta-n450: Add new BSP for BlackSand / n450
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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