blob: d8a498ea561cd24b89d2706da8ceb7bcad460874 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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"
}
}
|