Searched refs:spec_str (Results 1 – 1 of 1) sorted by relevance
5502 const struct hda_pcm_stream *spec_str, in setup_pcm_stream() argument5508 if (spec_str) { in setup_pcm_stream()5509 if (spec_str->substreams) in setup_pcm_stream()5510 str->substreams = spec_str->substreams; in setup_pcm_stream()5511 if (spec_str->channels_min) in setup_pcm_stream()5512 str->channels_min = spec_str->channels_min; in setup_pcm_stream()5513 if (spec_str->channels_max) in setup_pcm_stream()5514 str->channels_max = spec_str->channels_max; in setup_pcm_stream()5515 if (spec_str->rates) in setup_pcm_stream()5516 str->rates = spec_str->rates; in setup_pcm_stream()[all …]