Searched refs:chn_setmute_matrix (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.h | 278 int chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute);
|
H A D | channel.c | 1498 ret |= chn_setmute_matrix(c, vc, i, mute); in chn_setmute_multi() 1500 ret |= chn_setmute_matrix(c, vc, i, mute) << 8; in chn_setmute_multi() 1502 ret |= chn_setmute_matrix(c, vc, i, mute) << 16; in chn_setmute_multi() 1508 chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute) in chn_setmute_matrix() function
|