Home
last modified time | relevance | path

Searched refs:chn_getvolume_matrix (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h276 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
H A Ddsp.c624 *(int *)arg = chn_getvolume_matrix(ch, in dsp_ioctl_channel()
626 *(int *)arg |= chn_getvolume_matrix(ch, in dsp_ioctl_channel()
632 *(int *)arg = chn_getvolume_matrix(ch, in dsp_ioctl_channel()
634 *(int *)arg |= chn_getvolume_matrix(ch, in dsp_ioctl_channel()
H A Dmixer.c1145 *(int *)arg = chn_getvolume_matrix(c, SND_VOL_C_PCM, SND_CHN_T_FL); in mixer_ioctl_channel()
1147 chn_getvolume_matrix(c, SND_VOL_C_PCM, SND_CHN_T_FR) << 8; in mixer_ioctl_channel()
H A Dchannel.c1432 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix() function
/freebsd/sys/dev/sound/
H A Dsndstat.c490 chn_getvolume_matrix(c, SND_VOL_C_PCM, SND_CHN_T_FL)); in sndstat_build_sound4_nvlist()
492 chn_getvolume_matrix(c, SND_VOL_C_PCM, SND_CHN_T_FR)); in sndstat_build_sound4_nvlist()