Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-pcm.c510 unsigned int cpu_chan_min = 0, cpu_chan_max = UINT_MAX; in snd_soc_runtime_calc_hw() local
532 cpu_chan_max = min(cpu_chan_max, cpu_stream->channels_max); in snd_soc_runtime_calc_hw()
573 chan_max = cpu_chan_max; in snd_soc_runtime_calc_hw()
578 hw->channels_max = min(chan_max, cpu_chan_max); in snd_soc_runtime_calc_hw()