Home
last modified time | relevance | path

Searched refs:chn_setmute_matrix (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h278 int chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute);
H A Dchannel.c1498 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