Toastie 4 years ago
parent
commit
7651651209
1 changed files with 11 additions and 0 deletions
  1. 11 0
      mopidy/asound.conf

+ 11 - 0
mopidy/asound.conf

@@ -0,0 +1,11 @@
+pcm.!default {
+        type plug
+        slave {
+                pcm "hw:1,0"
+        }
+}
+
+ctl.!default {
+        type hw
+        card 1
+}