Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.h273 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
305 #define CHN_GETVOLUME(...) chn_getvolume_matrix(__VA_ARGS__)
Dchannel.c1380 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix() function