Searched refs:set_audio_cif (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/soc/tegra/ |
D | tegra30_ahub.c | 143 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo() 245 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo() 498 .set_audio_cif = tegra30_ahub_set_cif, 503 .set_audio_cif = tegra30_ahub_set_cif, 508 .set_audio_cif = tegra124_ahub_set_cif,
|
D | tegra30_i2s.c | 200 i2s->soc_data->set_audio_cif(i2s->regmap, reg, &cif_conf); in tegra30_i2s_hw_params() 364 .set_audio_cif = tegra30_ahub_set_cif, 368 .set_audio_cif = tegra124_ahub_set_cif,
|
D | tegra30_i2s.h | 229 void (*set_audio_cif)(struct regmap *regmap, member
|
D | tegra30_ahub.h | 506 void (*set_audio_cif)(struct regmap *regmap, member
|