Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/
Dsoc-pcm.c364 unsigned int chan_min = 0, chan_max = UINT_MAX; in soc_pcm_init_runtime_hw() local
397 chan_max = min(chan_max, codec_stream->channels_max); in soc_pcm_init_runtime_hw()
411 chan_max = cpu_stream->channels_max; in soc_pcm_init_runtime_hw()
415 hw->channels_max = min(chan_max, cpu_stream->channels_max); in soc_pcm_init_runtime_hw()
/Linux-v5.4/include/linux/greybus/
Dgreybus_protocols.h1970 __u8 chan_max; member