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

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_chain.c584 struct pcmchan_matrix *hwmatrix, *softmatrix; local
668 softmatrix = &c->matrix;
669 if (softmatrix->channels != AFMT_CHANNEL(softfmt) ||
670 softmatrix->ext != AFMT_EXTCHANNEL(softfmt)) {
671 softmatrix = feeder_matrix_format_map(softfmt);
672 if (softmatrix == NULL) {
674 softmatrix = &c->matrix;
675 feeder_default_matrix(softmatrix, softfmt,
678 c->matrix = *softmatrix;
682 softfmt = SND_FORMAT(softfmt, softmatrix
[all...]

Completed in 166 milliseconds