Home
last modified time | relevance | path

Searched refs:chn_setvolume_multi (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h268 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
H A Dmixer.c183 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, in mixer_set_softpcmvol()
1183 chn_setvolume_multi(c, SND_VOL_C_PCM, left, right, center); in mixer_ioctl_channel()
H A Dchannel.c1366 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi() function
2116 chn_setvolume_multi(c, SND_VOL_C_MASTER, left, right, center); in chn_syncstate()
H A Ddsp.c1050 chn_setvolume_multi(volch, SND_VOL_C_PCM, left, right, in dsp_ioctl_channel()