Searched refs:MIXER_REG (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/tegra/ |
H A D | tegra210_mixer.c | 23 #define MIXER_REG(reg, id) ((reg) + ((id) * TEGRA210_MIXER_REG_STRIDE)) macro 31 { MIXER_REG(TEGRA210_MIXER_RX1_CIF_CTRL, id), 0x00007700}, \ 32 { MIXER_REG(TEGRA210_MIXER_RX1_CTRL, id), 0x00010823}, \ 33 { MIXER_REG(TEGRA210_MIXER_RX1_PEAK_CTRL, id), 0x000012c0} 36 { MIXER_REG(TEGRA210_MIXER_TX1_INT_MASK, (id)), 0x00000001}, \ 37 { MIXER_REG(TEGRA210_MIXER_TX1_CIF_CTRL, (id)), 0x00007700}
|