Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/
Dsoc-pcm.c507 struct snd_soc_pcm_stream *cpu_stream; in snd_soc_runtime_calc_hw() local
528 cpu_stream = snd_soc_dai_get_pcm_stream(cpu_dai, stream); in snd_soc_runtime_calc_hw()
530 cpu_chan_min = max(cpu_chan_min, cpu_stream->channels_min); in snd_soc_runtime_calc_hw()
531 cpu_chan_max = min(cpu_chan_max, cpu_stream->channels_max); in snd_soc_runtime_calc_hw()
532 cpu_rate_min = max(cpu_rate_min, cpu_stream->rate_min); in snd_soc_runtime_calc_hw()
533 cpu_rate_max = min_not_zero(cpu_rate_max, cpu_stream->rate_max); in snd_soc_runtime_calc_hw()
534 formats &= cpu_stream->formats; in snd_soc_runtime_calc_hw()
535 cpu_rates = snd_pcm_rate_mask_intersect(cpu_stream->rates, in snd_soc_runtime_calc_hw()
1610 struct snd_soc_pcm_stream *cpu_stream; in dpcm_runtime_merge_chan() local
1622 cpu_stream = snd_soc_dai_get_pcm_stream(dai, stream); in dpcm_runtime_merge_chan()
[all …]