Searched refs:cif_conf (Results 1 – 2 of 2) sorted by relevance
103 struct tegra30_ahub_cif_conf cif_conf; in tegra30_ahub_allocate_rx_fifo() local129 cif_conf.threshold = 0; in tegra30_ahub_allocate_rx_fifo()130 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_rx_fifo()131 cif_conf.client_channels = 2; in tegra30_ahub_allocate_rx_fifo()132 cif_conf.audio_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()133 cif_conf.client_bits = TEGRA30_AUDIOCIF_BITS_16; in tegra30_ahub_allocate_rx_fifo()134 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()135 cif_conf.stereo_conv = 0; in tegra30_ahub_allocate_rx_fifo()136 cif_conf.replicate = 0; in tegra30_ahub_allocate_rx_fifo()137 cif_conf.direction = TEGRA30_AUDIOCIF_DIRECTION_RX; in tegra30_ahub_allocate_rx_fifo()[all …]
142 struct tegra30_ahub_cif_conf cif_conf; in tegra30_i2s_hw_params() local181 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 …]