summaryrefslogtreecommitdiffstats
path: root/.alsa/desktop-pch
blob: 0704680976be243674689bb2e84eef3e40964477 (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:0,0"
    }
}