distribution/packages/jelos/config/asound.conf

21 lines
233 B
Text
Raw Normal View History

2022-08-31 01:26:25 +00:00
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
2022-08-31 10:39:50 +00:00
pcm "hw:0,0"
2022-08-31 01:26:25 +00:00
period_time 0
period_size 1024
buffer_size 8192
rate 176400
2022-08-31 01:26:25 +00:00
}
bindings {
0 0
1 1
}
}