Home
last modified time | relevance | path

Searched refs:snd_fmtvalid (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder.c307 if (snd_fmtvalid(fmt, fmts)) in snd_fmtbestfunc()
361 if (snd_fmtvalid(fmt, fmts)) in snd_fmtbest()
H A Dvchan.c123 if (!snd_fmtvalid(format, info->caps.fmtlist)) in vchan_setformat()
675 if (snd_fmtvalid(AFMT_PASSTHROUGH, parent_caps->fmtlist)) { in vchan_create()
H A Dfeeder_chain.c635 !snd_fmtvalid(c->format, caps->fmtlist)) in feeder_chain()
639 if (hwfmt == 0 || !snd_fmtvalid(hwfmt, caps->fmtlist)) { in feeder_chain()
H A Dchannel.h331 int snd_fmtvalid(uint32_t fmt, uint32_t *fmtlist);
H A Dchannel.c944 snd_fmtvalid(uint32_t fmt, uint32_t *fmtlist) in snd_fmtvalid() function
2461 snd_fmtvalid(ch->format, caps->fmtlist)) { in chn_notify()