Searched refs:softfmt (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
667 softfmt = c->format;
669 if (softmatrix->channels != AFMT_CHANNEL(softfmt) ||
670 softmatrix->ext != AFMT_EXTCHANNEL(softfmt)) {
671 softmatrix = feeder_matrix_format_map(softfmt);
675 feeder_default_matrix(softmatrix, softfmt,
682 softfmt = SND_FORMAT(softfmt, softmatrix->channels, softmatrix->ext);
683 if (softfmt != c->format)
686 __func__, CHN_DIRSTR(c), c->format, softfmt);
[all...]

Completed in 138 milliseconds