Home
last modified time | relevance | path

Searched refs:chn_setmute_multi (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h277 int chn_setmute_multi(struct pcm_channel *c, int vc, int mute);
H A Ddsp.c599 chn_setmute_multi(volch, SND_VOL_C_PCM, (*(int *)arg & SOUND_MASK_RECLEV) != 0); in dsp_ioctl_channel()
601 chn_setmute_multi(volch, SND_VOL_C_PCM, (*(int *)arg & SOUND_MASK_PCM) != 0); in dsp_ioctl_channel()
H A Dchannel.c1490 chn_setmute_multi(struct pcm_channel *c, int vc, int mute) in chn_setmute_multi() function