Searched refs:snd_fmtbest (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder.h59 u_int32_t snd_fmtbest(u_int32_t fmt, u_int32_t *fmts);
H A Dfeeder_chain.c79 * processing. It will be decided through snd_fmtbest().
637 hwfmt = snd_fmtbest(c->format, caps->fmtlist);
747 snd_fmtbest(AFMT_ENCODING(softfmt),
749 snd_fmtbest(AFMT_ENCODING(cdesc.target.afmt),
753 "%s(): snd_fmtbest failed!\n", __func__);
H A Dfeeder.c406 snd_fmtbest(u_int32_t fmt, u_int32_t *fmts) function
H A Dchannel.c2327 besthwformat = snd_fmtbest(ch->format,
2348 besthwformat = snd_fmtbest(ch->format, caps->fmtlist);

Completed in 144 milliseconds