Searched refs:chn_setvolume_multi (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.h | 273 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
|
H A D | mixer.c | 176 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, in mixer_set_softpcmvol() 1189 chn_setvolume_multi(c, SND_VOL_C_PCM, left, right, center); in mixer_ioctl_channel()
|
H A D | channel.c | 1412 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi() function 2215 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, center); in chn_syncstate()
|
H A D | dsp.c | 608 chn_setvolume_multi(ch, SND_VOL_C_PCM, in dsp_ioctl_channel() 617 chn_setvolume_multi(ch, SND_VOL_C_PCM, in dsp_ioctl_channel()
|