Home
last modified time | relevance | path

Searched refs:spec_str (Results 1 – 1 of 1) sorted by relevance

/linux/sound/hda/codecs/
H A Dgeneric.c5706 const struct hda_pcm_stream *spec_str, in setup_pcm_stream() argument
5712 if (spec_str) { in setup_pcm_stream()
5713 if (spec_str->substreams) in setup_pcm_stream()
5714 str->substreams = spec_str->substreams; in setup_pcm_stream()
5715 if (spec_str->channels_min) in setup_pcm_stream()
5716 str->channels_min = spec_str->channels_min; in setup_pcm_stream()
5717 if (spec_str->channels_max) in setup_pcm_stream()
5718 str->channels_max = spec_str->channels_max; in setup_pcm_stream()
5719 if (spec_str->rates) in setup_pcm_stream()
5720 str->rates = spec_str->rates; in setup_pcm_stream()
[all …]