Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pcm/
HDchannel.h271 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
303 #define CHN_GETVOLUME(...) chn_getvolume_matrix(__VA_ARGS__)
HDchannel.c1378 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix() function