/linux-6.3-rc2/sound/soc/tegra/ |
A D | tegra30_ahub.c | 135 cif_conf.threshold = 0; in tegra30_ahub_allocate_rx_fifo() 140 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo() 141 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_rx_fifo() 142 cif_conf.replicate = 0; in tegra30_ahub_allocate_rx_fifo() 144 cif_conf.truncate = 0; in tegra30_ahub_allocate_rx_fifo() 145 cif_conf.mono_conv = 0; in tegra30_ahub_allocate_rx_fifo() 237 cif_conf.threshold = 0; in tegra30_ahub_allocate_tx_fifo() 242 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo() 244 cif_conf.replicate = 0; in tegra30_ahub_allocate_tx_fifo() 246 cif_conf.truncate = 0; in tegra30_ahub_allocate_tx_fifo() [all …]
|
A D | tegra30_i2s.c | 142 struct tegra30_ahub_cif_conf cif_conf; in tegra30_i2s_hw_params() local 181 cif_conf.threshold = 0; in tegra30_i2s_hw_params() 182 cif_conf.audio_channels = 2; in tegra30_i2s_hw_params() 183 cif_conf.client_channels = 2; in tegra30_i2s_hw_params() 184 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_i2s_hw_params() 185 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_i2s_hw_params() 186 cif_conf.expand = 0; in tegra30_i2s_hw_params() 187 cif_conf.stereo_conv = 0; in tegra30_i2s_hw_params() 188 cif_conf.replicate = 0; in tegra30_i2s_hw_params() 189 cif_conf.truncate = 0; in tegra30_i2s_hw_params() [all …]
|
A D | tegra186_dspk.c | 221 struct tegra_cif_conf cif_conf; in tegra186_dspk_hw_params() local 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() 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() [all …]
|
A D | tegra210_dmic.c | 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() [all …]
|
A D | tegra210_i2s.c | 605 struct tegra_cif_conf cif_conf; in tegra210_i2s_hw_params() local 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() 664 cif_conf.threshold = i2s->rx_fifo_th; in tegra210_i2s_hw_params() [all …]
|
A D | tegra210_ope.c | 39 struct tegra_cif_conf cif_conf; in tegra210_ope_set_audio_cif() local 41 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_ope_set_audio_cif() 58 cif_conf.audio_ch = channels; in tegra210_ope_set_audio_cif() 59 cif_conf.client_ch = channels; in tegra210_ope_set_audio_cif() 60 cif_conf.audio_bits = audio_bits; in tegra210_ope_set_audio_cif() 61 cif_conf.client_bits = audio_bits; in tegra210_ope_set_audio_cif() 63 tegra_set_cif(ope->regmap, reg, &cif_conf); in tegra210_ope_set_audio_cif()
|
A D | tegra210_adx.c | 116 struct tegra_cif_conf cif_conf; in tegra210_adx_set_audio_cif() local 119 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_adx_set_audio_cif() 138 cif_conf.audio_ch = channels; in tegra210_adx_set_audio_cif() 139 cif_conf.client_ch = channels; in tegra210_adx_set_audio_cif() 140 cif_conf.audio_bits = audio_bits; in tegra210_adx_set_audio_cif() 141 cif_conf.client_bits = audio_bits; in tegra210_adx_set_audio_cif() 143 tegra_set_cif(adx->regmap, reg, &cif_conf); in tegra210_adx_set_audio_cif()
|
A D | tegra210_admaif.c | 271 struct tegra_cif_conf cif_conf; in tegra_admaif_hw_params() local 275 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 …]
|
A D | tegra210_amx.c | 135 struct tegra_cif_conf cif_conf; in tegra210_amx_set_audio_cif() local 137 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_amx_set_audio_cif() 155 cif_conf.audio_ch = channels; in tegra210_amx_set_audio_cif() 156 cif_conf.client_ch = channels; in tegra210_amx_set_audio_cif() 157 cif_conf.audio_bits = audio_bits; in tegra210_amx_set_audio_cif() 158 cif_conf.client_bits = audio_bits; in tegra210_amx_set_audio_cif() 160 tegra_set_cif(amx->regmap, reg, &cif_conf); in tegra210_amx_set_audio_cif()
|
A D | tegra210_mixer.c | 242 struct tegra_cif_conf cif_conf; in tegra210_mixer_set_audio_cif() local 244 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_mixer_set_audio_cif() 259 cif_conf.audio_ch = channels; in tegra210_mixer_set_audio_cif() 260 cif_conf.client_ch = channels; in tegra210_mixer_set_audio_cif() 261 cif_conf.audio_bits = audio_bits; in tegra210_mixer_set_audio_cif() 262 cif_conf.client_bits = audio_bits; in tegra210_mixer_set_audio_cif() 266 &cif_conf); in tegra210_mixer_set_audio_cif()
|
A D | tegra210_sfc.c | 3098 struct tegra_cif_conf cif_conf; in tegra210_sfc_set_audio_cif() local 3100 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_sfc_set_audio_cif() 3115 cif_conf.audio_ch = channels; in tegra210_sfc_set_audio_cif() 3116 cif_conf.client_ch = channels; in tegra210_sfc_set_audio_cif() 3117 cif_conf.audio_bits = audio_bits; in tegra210_sfc_set_audio_cif() 3118 cif_conf.client_bits = TEGRA_ACIF_BITS_32; in tegra210_sfc_set_audio_cif() 3125 cif_conf.stereo_conv = sfc->stereo_to_mono[path]; in tegra210_sfc_set_audio_cif() 3126 cif_conf.mono_conv = sfc->mono_to_stereo[path]; in tegra210_sfc_set_audio_cif() 3128 tegra_set_cif(sfc->regmap, reg, &cif_conf); in tegra210_sfc_set_audio_cif()
|
A D | tegra210_mvc.c | 435 struct tegra_cif_conf cif_conf; in tegra210_mvc_set_audio_cif() local 437 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra210_mvc_set_audio_cif() 452 cif_conf.audio_ch = channels; in tegra210_mvc_set_audio_cif() 453 cif_conf.client_ch = channels; in tegra210_mvc_set_audio_cif() 454 cif_conf.audio_bits = audio_bits; in tegra210_mvc_set_audio_cif() 455 cif_conf.client_bits = audio_bits; in tegra210_mvc_set_audio_cif() 457 tegra_set_cif(mvc->regmap, reg, &cif_conf); in tegra210_mvc_set_audio_cif()
|
A D | tegra186_asrc.c | 135 struct tegra_cif_conf cif_conf; in tegra186_asrc_set_audio_cif() local 137 memset(&cif_conf, 0, sizeof(struct tegra_cif_conf)); in tegra186_asrc_set_audio_cif() 153 cif_conf.audio_ch = channels; in tegra186_asrc_set_audio_cif() 154 cif_conf.client_ch = channels; in tegra186_asrc_set_audio_cif() 155 cif_conf.audio_bits = audio_bits; in tegra186_asrc_set_audio_cif() 156 cif_conf.client_bits = TEGRA_ACIF_BITS_24; in tegra186_asrc_set_audio_cif() 158 tegra_set_cif(asrc->regmap, reg, &cif_conf); in tegra186_asrc_set_audio_cif()
|