Lines Matching refs:cif_conf
78 struct tegra_cif_conf cif_conf; in tegra210_dmic_hw_params() local
82 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_dmic_hw_params()
86 cif_conf.audio_ch = channels; in tegra210_dmic_hw_params()
91 cif_conf.client_ch = 1; in tegra210_dmic_hw_params()
94 cif_conf.client_ch = 2; in tegra210_dmic_hw_params()
140 cif_conf.audio_bits = TEGRA_ACIF_BITS_16; in tegra210_dmic_hw_params()
143 cif_conf.audio_bits = TEGRA_ACIF_BITS_32; in tegra210_dmic_hw_params()
150 cif_conf.client_bits = TEGRA_ACIF_BITS_24; in tegra210_dmic_hw_params()
151 cif_conf.mono_conv = dmic->mono_to_stereo; in tegra210_dmic_hw_params()
152 cif_conf.stereo_conv = dmic->stereo_to_mono; in tegra210_dmic_hw_params()
154 tegra_set_cif(dmic->regmap, TEGRA210_DMIC_TX_CIF_CTRL, &cif_conf); in tegra210_dmic_hw_params()