Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-pcm.c509 unsigned int chan_min = 0, chan_max = UINT_MAX; in snd_soc_runtime_calc_hw() local
555 chan_max = min(chan_max, codec_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()