summaryrefslogtreecommitdiffstats
path: root/.alsa/desktop-pch
diff options
context:
space:
mode:
Diffstat (limited to '.alsa/desktop-pch')
-rw-r--r--.alsa/desktop-pch15
1 files changed, 10 insertions, 5 deletions
diff --git a/.alsa/desktop-pch b/.alsa/desktop-pch
index b06b968..d8a498e 100644
--- a/.alsa/desktop-pch
+++ b/.alsa/desktop-pch
@@ -1,7 +1,12 @@
-# map default output to hardware card 1, device 0 (analog)
-pcm.!default {
- type hw
- card 1
- device 0
+# map default to dmixer virtual thingie (device?)
+pcm.!default plug:dmixer
+
+# do software mixing and output to slave hardware device (motherboard)
+pcm.dmixer {
+ type dmix
+ ipc_key 1025
+ slave {
+ pcm "hw:1,0"
+ }
}