aboutsummaryrefslogtreecommitdiffstats
path: root/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
blob: 9ec04482d2ee743adeb51611e47169f5e2af2a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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