Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/tegra/
Dtegra186_dspk.c111 unsigned int max_th; in tegra186_dspk_hw_params() local
150 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()
152 if (dspk->rx_fifo_th > max_th) in tegra186_dspk_hw_params()
153 dspk->rx_fifo_th = max_th; in tegra186_dspk_hw_params()
Dtegra210_i2s.c506 unsigned int max_th; in tegra210_i2s_hw_params() local
509 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params()
511 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()
512 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()