Displaying 1 result from an estimated 1 matches for "icp_group".
Did you mean:
acl_group
2005 Nov 12
0
alsa asound.conf or .asoundrc that combines multiple playback and capture
...t 2 active one time
and at that same time do "arecord --nonblock -d 1 input.wav"
I have something like:
pcm.!dmixer {
type dmix # plugin type
ipc_key 5678293 # unique ipc id
ipc_perm 0666 # would like to use icp_group
instead
ipc_key_add_uid no # share the same mixer with all
users
slave {
pcm "hw:0,0"
period_time 0 # needed by oss (= 0)
period_size 1024 # needed by oss (= 2^n)
period_size 81...