Home
last modified time | relevance | path

Searched refs:chn_setvolume_matrix (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h275 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
309 #define CHN_SETVOLUME(...) chn_setvolume_matrix(__VA_ARGS__)
H A Dchannel.c1421 ret |= chn_setvolume_matrix(c, vc, i, left); in chn_setvolume_multi()
1423 ret |= chn_setvolume_matrix(c, vc, i, right) << 8; in chn_setvolume_multi()
1425 ret |= chn_setvolume_matrix(c, vc, i, center) << 16; in chn_setvolume_multi()
1432 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix() function