|
|
|
@ -128,6 +128,8 @@ then
@@ -128,6 +128,8 @@ then
|
|
|
|
|
set MIXER_AUX ${MIXER} |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if [ "$MIXER_FILE" == none ] |
|
|
|
|
then |
|
|
|
|
if [ -f ${SDCARD_MIXERS_PATH}/${MIXER}.main.mix ] |
|
|
|
|
then |
|
|
|
|
# Use the mixer file from the SD-card if it exists. |
|
|
|
@ -141,6 +143,7 @@ then
@@ -141,6 +143,7 @@ then
|
|
|
|
|
set MIXER_FILE /etc/mixers/${MIXER}.main.mix |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if [ $OUTPUT_MODE == mkblctrl ] |
|
|
|
|
then |
|
|
|
@ -168,7 +171,6 @@ then
@@ -168,7 +171,6 @@ then
|
|
|
|
|
tone_alarm ${TUNE_ERR} |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
unset MIXER_FILE |
|
|
|
|
else |
|
|
|
|
if [ $MIXER != skip ] |
|
|
|
|
then |
|
|
|
|