Lines Matching refs:cif_conf
221 struct tegra_cif_conf cif_conf; in tegra186_dspk_hw_params() local
225 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra186_dspk_hw_params()
228 cif_conf.audio_ch = channels; in tegra186_dspk_hw_params()
234 cif_conf.client_ch = 1; in tegra186_dspk_hw_params()
237 cif_conf.client_ch = 2; in tegra186_dspk_hw_params()
244 cif_conf.client_bits = TEGRA_ACIF_BITS_24; in tegra186_dspk_hw_params()
248 cif_conf.audio_bits = TEGRA_ACIF_BITS_16; in tegra186_dspk_hw_params()
251 cif_conf.audio_bits = TEGRA_ACIF_BITS_32; in tegra186_dspk_hw_params()
261 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()
266 cif_conf.threshold = dspk->rx_fifo_th; in tegra186_dspk_hw_params()
267 cif_conf.mono_conv = dspk->mono_to_stereo; in tegra186_dspk_hw_params()
268 cif_conf.stereo_conv = dspk->stereo_to_mono; in tegra186_dspk_hw_params()
271 &cif_conf); in tegra186_dspk_hw_params()