Home
last modified time | relevance | path

Searched refs:cif_conf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/sound/soc/tegra/
Dtegra30_ahub.c93 struct tegra30_ahub_cif_conf cif_conf; in tegra30_ahub_allocate_rx_fifo() local
119 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 …]
Dtegra30_i2s.c131 struct tegra30_ahub_cif_conf cif_conf; in tegra30_i2s_hw_params() local
170 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 …]