Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h282 u_int32_t chn_getformats(struct pcm_channel *c);
H A Ddsp.c1307 p->formats = (rdch? chn_getformats(rdch) : 0xffffffff) & in dsp_ioctl()
1308 (wrch? chn_getformats(wrch) : 0xffffffff); in dsp_ioctl()
1550 *arg_i = chn_getformats(chn); in dsp_ioctl()
H A Dchannel.c2259 chn_getformats(struct pcm_channel *c) in chn_getformats() function