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, 0 insertions, 13 deletions
diff --git a/meta-n450/recipes-bsp/audiofix/files/n450_audiofix b/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
deleted file mode 100644
index 9ec04482..00000000
--- a/meta-n450/recipes-bsp/audiofix/files/n450_audiofix
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-
-