Home
last modified time | relevance | path

Searched refs:chn_getformats (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
HDchannel.h282 u_int32_t chn_getformats(struct pcm_channel *c);
HDdsp.c1281 p->formats = (rdch? chn_getformats(rdch) : 0xffffffff) & in dsp_ioctl()
1282 (wrch? chn_getformats(wrch) : 0xffffffff); in dsp_ioctl()
1536 *arg_i = chn_getformats(chn); in dsp_ioctl()
HDchannel.c2206 chn_getformats(struct pcm_channel *c) in chn_getformats() function