Lines Matching refs:spec_str
5654 * from @spec_str and @nid
5658 const struct hda_pcm_stream *spec_str,
5664 if (spec_str) {
5665 if (spec_str->substreams)
5666 str->substreams = spec_str->substreams;
5667 if (spec_str->channels_min)
5668 str->channels_min = spec_str->channels_min;
5669 if (spec_str->channels_max)
5670 str->channels_max = spec_str->channels_max;
5671 if (spec_str->rates)
5672 str->rates = spec_str->rates;
5673 if (spec_str->formats)
5674 str->formats = spec_str->formats;
5675 if (spec_str->maxbps)
5676 str->maxbps = spec_str->maxbps;