Lines Matching refs:spec_str
5761 * from @spec_str and @nid
5765 const struct hda_pcm_stream *spec_str,
5771 if (spec_str) {
5772 if (spec_str->substreams)
5773 str->substreams = spec_str->substreams;
5774 if (spec_str->channels_min)
5775 str->channels_min = spec_str->channels_min;
5776 if (spec_str->channels_max)
5777 str->channels_max = spec_str->channels_max;
5778 if (spec_str->rates)
5779 str->rates = spec_str->rates;
5780 if (spec_str->formats)
5781 str->formats = spec_str->formats;
5782 if (spec_str->maxbps)
5783 str->maxbps = spec_str->maxbps;