Home
last modified time | relevance | path

Searched refs:ch_limit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c95 * @ch_limit: Maximum channels supported
102 u32 ch_limit; member
373 stream_data->ch_limit = (val & ch_count_mask) >> ch_count_shift; in xlnx_formatter_pcm_open()
375 "stream %d : format = %d mode = %d ch_limit = %d\n", in xlnx_formatter_pcm_open()
377 stream_data->xfer_mode, stream_data->ch_limit); in xlnx_formatter_pcm_open()
466 if (active_ch > stream_data->ch_limit) in xlnx_formatter_pcm_hw_params()
/kernel/linux/linux-6.6/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c95 * @ch_limit: Maximum channels supported
102 u32 ch_limit; member
373 stream_data->ch_limit = (val & ch_count_mask) >> ch_count_shift; in xlnx_formatter_pcm_open()
375 "stream %d : format = %d mode = %d ch_limit = %d\n", in xlnx_formatter_pcm_open()
377 stream_data->xfer_mode, stream_data->ch_limit); in xlnx_formatter_pcm_open()
466 if (active_ch > stream_data->ch_limit) in xlnx_formatter_pcm_hw_params()

Completed in 3 milliseconds