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