summaryrefslogtreecommitdiffstats
path: root/.alsa/desktop-pch
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-07-08 10:46:13 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-07-08 10:46:13 +0200
commitf73fcb507572c190bb10fd8af0214c1f40c95090 (patch)
tree538eaaaed62f2152a3c0e3273c9d1b4ff711ea18 /.alsa/desktop-pch
parente3fb8a292c60f3b35e2ba7ce48397aad2c63de79 (diff)
Fixed desktop PCH to use dmix
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"
+ }
}