Browse Source

changed from bt to usb card

Toastie 4 years ago
parent
commit
e68cf23fe0
1 changed files with 2 additions and 7 deletions
  1. 2 7
      mpd.sh

+ 2 - 7
mpd.sh

@@ -25,13 +25,8 @@ docker run -it --rm --device=/dev/snd:/dev/snd --name mpd -p 6600:6600 -p 8000:8
 apk --no-cache add mpd mpc
 
 cat <<EOF | tee /etc/asound.conf
-pcm.!default {
-        type plug
-        slave.pcm {
-                type bluealsa
-                device "$btid"
-                profile "a2dp"
-        }
+defaults.ctl.card 1
+defaults.pcm.card 1
 }
 EOF