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

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_chain.c585 uint32_t hwfmt, softfmt; local
624 hwfmt = c->parentchannel->format;
637 hwfmt = snd_fmtbest(c->format, caps->fmtlist);
638 if (hwfmt == 0 || !snd_fmtvalid(hwfmt, caps->fmtlist)) {
641 __func__, hwfmt);
656 hwmatrix = CHANNEL_GETMATRIX(c->methods, c->devinfo, hwfmt);
660 feeder_default_matrix(hwmatrix, hwfmt,
663 /* ..... and rebuild hwfmt. */
664 hwfmt
[all...]

Completed in 61 milliseconds