07/06/18 12:18:14 3CLrEsBW
Prodigy192SPでヘッドホンアウトを使えたので記念カキコ。
pcm "hw:0,2,1"がキモみたい。
subdeviceは無くても動いた。
$ cat ~/.asoundrc
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,2,1"
format S32_LE
period_time 0
period_size 256
buffer_size 16384
rate 44100
}
bindings {
0 0
1 1
}
}