Searched refs:cif_conf (Results 1 - 13 of 13) sorted by relevance

/linux-master/sound/soc/tegra/
H A Dtegra30_ahub.c109 struct tegra30_ahub_cif_conf cif_conf; local
135 cif_conf.threshold = 0;
136 cif_conf.audio_channels = 2;
137 cif_conf.client_channels = 2;
138 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16;
139 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16;
140 cif_conf.expand = 0;
141 cif_conf.stereo_conv = 0;
142 cif_conf.replicate = 0;
143 cif_conf
211 struct tegra30_ahub_cif_conf cif_conf; local
[all...]
H A Dtegra30_i2s.c141 struct tegra30_ahub_cif_conf cif_conf; local
180 cif_conf.threshold = 0;
181 cif_conf.audio_channels = 2;
182 cif_conf.client_channels = 2;
183 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16;
184 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16;
185 cif_conf.expand = 0;
186 cif_conf.stereo_conv = 0;
187 cif_conf.replicate = 0;
188 cif_conf
[all...]
H A Dtegra186_dspk.c220 struct tegra_cif_conf cif_conf; local
224 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
227 cif_conf.audio_ch = channels;
233 cif_conf.client_ch = 1;
236 cif_conf.client_ch = 2;
245 cif_conf.audio_bits = TEGRA_ACIF_BITS_16;
246 cif_conf.client_bits = TEGRA_ACIF_BITS_16;
249 cif_conf.audio_bits = TEGRA_ACIF_BITS_32;
250 cif_conf.client_bits = TEGRA_ACIF_BITS_24;
260 max_th = (TEGRA186_DSPK_RX_FIFO_DEPTH / cif_conf
[all...]
H A Dtegra210_dmic.c78 struct tegra_cif_conf cif_conf; local
82 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
86 cif_conf.audio_ch = channels;
91 cif_conf.client_ch = 1;
94 cif_conf.client_ch = 2;
140 cif_conf.audio_bits = TEGRA_ACIF_BITS_16;
143 cif_conf.audio_bits = TEGRA_ACIF_BITS_32;
150 cif_conf.client_bits = TEGRA_ACIF_BITS_24;
151 cif_conf.mono_conv = dmic->mono_to_stereo;
152 cif_conf
[all...]
H A Dtegra210_ope.c38 struct tegra_cif_conf cif_conf; local
40 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
57 cif_conf.audio_ch = channels;
58 cif_conf.client_ch = channels;
59 cif_conf.audio_bits = audio_bits;
60 cif_conf.client_bits = audio_bits;
62 tegra_set_cif(ope->regmap, reg, &cif_conf);
H A Dtegra210_i2s.c605 struct tegra_cif_conf cif_conf; local
607 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
616 cif_conf.audio_ch = channels;
617 cif_conf.client_ch = channels;
623 cif_conf.audio_bits = TEGRA_ACIF_BITS_8;
624 cif_conf.client_bits = TEGRA_ACIF_BITS_8;
629 cif_conf.audio_bits = TEGRA_ACIF_BITS_16;
630 cif_conf.client_bits = TEGRA_ACIF_BITS_16;
635 cif_conf.audio_bits = TEGRA_ACIF_BITS_32;
636 cif_conf
[all...]
H A Dtegra210_amx.c134 struct tegra_cif_conf cif_conf; local
136 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
154 cif_conf.audio_ch = channels;
155 cif_conf.client_ch = channels;
156 cif_conf.audio_bits = audio_bits;
157 cif_conf.client_bits = audio_bits;
159 tegra_set_cif(amx->regmap, reg, &cif_conf);
H A Dtegra210_adx.c115 struct tegra_cif_conf cif_conf; local
118 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
137 cif_conf.audio_ch = channels;
138 cif_conf.client_ch = channels;
139 cif_conf.audio_bits = audio_bits;
140 cif_conf.client_bits = audio_bits;
142 tegra_set_cif(adx->regmap, reg, &cif_conf);
H A Dtegra210_admaif.c271 struct tegra_cif_conf cif_conf; local
275 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
279 cif_conf.audio_bits = TEGRA_ACIF_BITS_8;
280 cif_conf.client_bits = TEGRA_ACIF_BITS_8;
284 cif_conf.audio_bits = TEGRA_ACIF_BITS_16;
285 cif_conf.client_bits = TEGRA_ACIF_BITS_16;
289 cif_conf.audio_bits = TEGRA_ACIF_BITS_32;
290 cif_conf.client_bits = TEGRA_ACIF_BITS_32;
299 cif_conf.client_ch = channels;
300 cif_conf
[all...]
H A Dtegra210_mvc.c434 struct tegra_cif_conf cif_conf; local
436 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
451 cif_conf.audio_ch = channels;
452 cif_conf.client_ch = channels;
453 cif_conf.audio_bits = audio_bits;
454 cif_conf.client_bits = audio_bits;
456 tegra_set_cif(mvc->regmap, reg, &cif_conf);
H A Dtegra210_mixer.c241 struct tegra_cif_conf cif_conf; local
243 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
258 cif_conf.audio_ch = channels;
259 cif_conf.client_ch = channels;
260 cif_conf.audio_bits = audio_bits;
261 cif_conf.client_bits = audio_bits;
265 &cif_conf);
H A Dtegra186_asrc.c134 struct tegra_cif_conf cif_conf; local
136 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
152 cif_conf.audio_ch = channels;
153 cif_conf.client_ch = channels;
154 cif_conf.audio_bits = audio_bits;
155 cif_conf.client_bits = TEGRA_ACIF_BITS_24;
157 tegra_set_cif(asrc->regmap, reg, &cif_conf);
H A Dtegra210_sfc.c3126 struct tegra_cif_conf cif_conf; local
3128 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf));
3143 cif_conf.audio_ch = channels;
3144 cif_conf.client_ch = channels;
3145 cif_conf.audio_bits = audio_bits;
3146 cif_conf.client_bits = TEGRA_ACIF_BITS_32;
3153 cif_conf.stereo_conv = sfc->stereo_to_mono[path];
3154 cif_conf.mono_conv = sfc->mono_to_stereo[path];
3156 tegra_set_cif(sfc->regmap, reg, &cif_conf);

Completed in 313 milliseconds