Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/hda/
Dhda_generic.c5670 const struct hda_pcm_stream *spec_str, in setup_pcm_stream() argument
5676 if (spec_str) { in setup_pcm_stream()
5677 if (spec_str->substreams) in setup_pcm_stream()
5678 str->substreams = spec_str->substreams; in setup_pcm_stream()
5679 if (spec_str->channels_min) in setup_pcm_stream()
5680 str->channels_min = spec_str->channels_min; in setup_pcm_stream()
5681 if (spec_str->channels_max) in setup_pcm_stream()
5682 str->channels_max = spec_str->channels_max; in setup_pcm_stream()
5683 if (spec_str->rates) in setup_pcm_stream()
5684 str->rates = spec_str->rates; in setup_pcm_stream()
[all …]