Home
last modified time | relevance | path

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

/linux/sound/soc/tegra/
A Dtegra186_dspk.c222 unsigned int max_th; in tegra186_dspk_hw_params() local
261 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()
263 if (dspk->rx_fifo_th > max_th) in tegra186_dspk_hw_params()
264 dspk->rx_fifo_th = max_th; in tegra186_dspk_hw_params()
A Dtegra210_i2s.c656 unsigned int max_th; in tegra210_i2s_hw_params() local
659 max_th = (I2S_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra210_i2s_hw_params()
661 if (i2s->rx_fifo_th > max_th) in tegra210_i2s_hw_params()
662 i2s->rx_fifo_th = max_th; in tegra210_i2s_hw_params()

Completed in 6 milliseconds