blob: 25bb1c64f72f80bc563e0b8fa0218772dd0353ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
pcm.!default unified
#pcm.!default both # for OBS
ctl.!default hw:PCH
pcm.PrimaryPlayback {
type copy
slave.pcm "plug:dmix:PCH"
}
pcm.PrimaryCapture {
type copy
slave.pcm "plug:dsnoop:PCH"
}
|