Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h271 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
303 #define CHN_GETVOLUME(...) chn_getvolume_matrix(__VA_ARGS__)
H A Dchannel.c1431 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix() function