summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/soundconfig.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/LinHES-config/soundconfig.sh')
-rwxr-xr-xabs/core/LinHES-config/soundconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/soundconfig.sh b/abs/core/LinHES-config/soundconfig.sh
index a6939a2..2f30306 100755
--- a/abs/core/LinHES-config/soundconfig.sh
+++ b/abs/core/LinHES-config/soundconfig.sh
@@ -89,7 +89,7 @@ function SYNCMPLAYER {
then
if [ "$mixAUDIODEVICE" ]
then
- MPLAYERDEVICE="dmixer"
+ MPLAYERDEVICE="plug=dmixer"
else
MPLAYERDEVICE=`echo $AUDIODEVICE | tr : = | tr , .`
fi
@@ -150,7 +150,7 @@ function write_asound {
pcm.!default {
type plug
- slave.pcm dmixer
+ slave.pcm "dmixer"
}' > /etc/asound.conf
else
echo 'pcm.!default "'"$AUDIODEVICE"'"' > /etc/asound.conf