Lines Matching defs:spec_str
5702 * from @spec_str and @nid
5706 const struct hda_pcm_stream *spec_str,
5712 if (spec_str) {
5713 if (spec_str->substreams)
5714 str->substreams = spec_str->substreams;
5715 if (spec_str->channels_min)
5716 str->channels_min = spec_str->channels_min;
5717 if (spec_str->channels_max)
5718 str->channels_max = spec_str->channels_max;
5719 if (spec_str->rates)
5720 str->rates = spec_str->rates;
5721 if (spec_str->formats)
5722 str->formats = spec_str->formats;
5723 if (spec_str->maxbps)
5724 str->maxbps = spec_str->maxbps;