From 158f88d76685da4e71a21f3788d519dd4b2bb912 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 3 Jan 2011 15:33:52 -0800 Subject: meta-n450: Add new BSP for BlackSand / n450 Signed-off-by: Saul Wold --- meta-n450/recipes-bsp/audiofix/files/n450_audiofix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-n450/recipes-bsp/audiofix/files/n450_audiofix (limited to 'meta-n450/recipes-bsp/audiofix/files/n450_audiofix') 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 + + -- cgit v1.2.3-54-g00ecf