summaryrefslogtreecommitdiffstats
path: root/.alsa/desktop-usb
blob: 06788c60d8993684cead2edffb64a0be305e9b37 (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 (USB)
pcm.dmixer {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:2,0"
    }
}