Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/
Dsoc-pcm.c509 unsigned int cpu_chan_min = 0, cpu_chan_max = UINT_MAX; in snd_soc_runtime_calc_hw() local
531 cpu_chan_max = min(cpu_chan_max, cpu_stream->channels_max); in snd_soc_runtime_calc_hw()
572 chan_max = cpu_chan_max; in snd_soc_runtime_calc_hw()
577 hw->channels_max = min(chan_max, cpu_chan_max); in snd_soc_runtime_calc_hw()