Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/xilinx/
Dxlnx_formatter_pcm.c429 u32 low, high, active_ch, val, bytes_per_ch, bits_per_sample; in xlnx_formatter_pcm_hw_params() local
439 active_ch = params_channels(params); in xlnx_formatter_pcm_hw_params()
440 if (active_ch > stream_data->ch_limit) in xlnx_formatter_pcm_hw_params()
491 val |= active_ch << AUD_CTRL_ACTIVE_CH_SHIFT; in xlnx_formatter_pcm_hw_params()
497 bytes_per_ch = DIV_ROUND_UP(params_period_bytes(params), active_ch); in xlnx_formatter_pcm_hw_params()