tap_common rc.interface:Use tune_control

This commit is contained in:
David Sidrane
2018-08-17 10:44:48 -07:00
committed by Lorenz Meier
parent 91abb36063
commit b9a54cb4fd
+2 -2
View File
@@ -27,7 +27,7 @@ then
else
echo "ERROR [init] Error loading mixer: $MIXER_FILE"
echo "ERROR:[init] Could not load mixer: $MIXER_FILE" >> $LOG_FILE
tone_alarm $TUNE_ERR
tune_control play -t 20
fi
unset MIXER_FILE
@@ -36,7 +36,7 @@ else
then
echo "ERROR [init] Mixer not defined"
echo "ERROR [init] Mixer not defined" >> $LOG_FILE
tone_alarm $TUNE_ERR
tune_control play -t 20
fi
fi