Lines Matching refs:cif_conf
220 struct tegra_cif_conf cif_conf; in tegra186_dspk_hw_params() local
224 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra186_dspk_hw_params()
227 cif_conf.audio_ch = channels; in tegra186_dspk_hw_params()
233 cif_conf.client_ch = 1; in tegra186_dspk_hw_params()
236 cif_conf.client_ch = 2; in tegra186_dspk_hw_params()
245 cif_conf.audio_bits = TEGRA_ACIF_BITS_16; in tegra186_dspk_hw_params()
246 cif_conf.client_bits = TEGRA_ACIF_BITS_16; in tegra186_dspk_hw_params()
249 cif_conf.audio_bits = TEGRA_ACIF_BITS_32; in tegra186_dspk_hw_params()
250 cif_conf.client_bits = TEGRA_ACIF_BITS_24; in tegra186_dspk_hw_params()
260 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf.audio_ch) - 1; in tegra186_dspk_hw_params()
265 cif_conf.threshold = dspk->rx_fifo_th; in tegra186_dspk_hw_params()
266 cif_conf.mono_conv = dspk->mono_to_stereo; in tegra186_dspk_hw_params()
267 cif_conf.stereo_conv = dspk->stereo_to_mono; in tegra186_dspk_hw_params()
270 &cif_conf); in tegra186_dspk_hw_params()