Searched refs:cif_conf (Results 1 – 6 of 6) sorted by relevance
93 struct tegra30_ahub_cif_conf cif_conf; in tegra30_ahub_allocate_rx_fifo() local119 cif_conf.threshold = 0; in tegra30_ahub_allocate_rx_fifo()120 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_rx_fifo()121 cif_conf.client_channels = 2; in tegra30_ahub_allocate_rx_fifo()122 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()123 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()124 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()125 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_rx_fifo()126 cif_conf.replicate = 0; in tegra30_ahub_allocate_rx_fifo()127 cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_RX; in tegra30_ahub_allocate_rx_fifo()[all …]
131 struct tegra30_ahub_cif_conf cif_conf; in tegra30_i2s_hw_params() local170 cif_conf.threshold = 0; in tegra30_i2s_hw_params()171 cif_conf.audio_channels = 2; in tegra30_i2s_hw_params()172 cif_conf.client_channels = 2; in tegra30_i2s_hw_params()173 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_i2s_hw_params()174 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_i2s_hw_params()175 cif_conf.expand = 0; in tegra30_i2s_hw_params()176 cif_conf.stereo_conv = 0; in tegra30_i2s_hw_params()177 cif_conf.replicate = 0; in tegra30_i2s_hw_params()178 cif_conf.truncate = 0; in tegra30_i2s_hw_params()[all …]
221 struct tegra_cif_conf cif_conf; in tegra186_dspk_hw_params() local225 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()[all …]
78 struct tegra_cif_conf cif_conf; in tegra210_dmic_hw_params() local82 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()[all …]
605 struct tegra_cif_conf cif_conf; in tegra210_i2s_hw_params() local607 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_i2s_hw_params()616 cif_conf.audio_ch = channels; in tegra210_i2s_hw_params()617 cif_conf.client_ch = channels; in tegra210_i2s_hw_params()623 cif_conf.audio_bits = TEGRA_ACIF_BITS_8; in tegra210_i2s_hw_params()624 cif_conf.client_bits = TEGRA_ACIF_BITS_8; in tegra210_i2s_hw_params()629 cif_conf.audio_bits = TEGRA_ACIF_BITS_16; in tegra210_i2s_hw_params()630 cif_conf.client_bits = TEGRA_ACIF_BITS_16; in tegra210_i2s_hw_params()635 cif_conf.audio_bits = TEGRA_ACIF_BITS_32; in tegra210_i2s_hw_params()636 cif_conf.client_bits = TEGRA_ACIF_BITS_32; in tegra210_i2s_hw_params()[all …]
271 struct tegra_cif_conf cif_conf; in tegra_admaif_hw_params() local275 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra_admaif_hw_params()279 cif_conf.audio_bits = TEGRA_ACIF_BITS_8; in tegra_admaif_hw_params()280 cif_conf.client_bits = TEGRA_ACIF_BITS_8; in tegra_admaif_hw_params()284 cif_conf.audio_bits = TEGRA_ACIF_BITS_16; in tegra_admaif_hw_params()285 cif_conf.client_bits = TEGRA_ACIF_BITS_16; in tegra_admaif_hw_params()289 cif_conf.audio_bits = TEGRA_ACIF_BITS_32; in tegra_admaif_hw_params()290 cif_conf.client_bits = TEGRA_ACIF_BITS_32; in tegra_admaif_hw_params()299 cif_conf.client_ch = channels; in tegra_admaif_hw_params()300 cif_conf.audio_ch = channels; in tegra_admaif_hw_params()[all …]