Searched refs:chn_getvolume_matrix (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/sound/pcm/ |
| H A D | channel.h | 276 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
|
| H A D | dsp.c | 624 *(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 D | mixer.c | 1145 *(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 D | channel.c | 1432 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix() function
|
| /freebsd/sys/dev/sound/ |
| H A D | sndstat.c | 490 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()
|