rc.interface: don't try to load an auxiliary mixer without IO

This commit is contained in:
Ban Siesta
2015-02-14 17:56:12 +00:00
committed by Lorenz Meier
parent 3a483eb138
commit cc1482c894
+1 -1
View File
@@ -11,7 +11,7 @@ then
# Load main mixer
#
if [ $MIXER_AUX == none ]
if [ $MIXER_AUX == none -a $USE_IO == yes]
then
set MIXER_AUX $MIXER.aux
fi