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

/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dchannel.h270 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
301 #define CHN_SETVOLUME(...) chn_setvolume_matrix(__VA_ARGS__)
H A Dchannel.c1314 ret = chn_setvolume_matrix(c, SND_VOL_C_MASTER, SND_CHN_T_FL, left);
1315 ret |= chn_setvolume_matrix(c, SND_VOL_C_MASTER, SND_CHN_T_FR,
1331 ret |= chn_setvolume_matrix(c, vc, i, left);
1333 ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
1335 ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
1342 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) function

Completed in 102 milliseconds