Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic26.c125 snd_soc_component_update_bits(component, AIC26_REG_AUDIO_CTRL3, 0xf800, reg); in aic26_hw_params()
309 reg = snd_soc_component_read(component, AIC26_REG_AUDIO_CTRL3); in aic26_probe()
312 snd_soc_component_write(component, AIC26_REG_AUDIO_CTRL3, reg); in aic26_probe()
H A Dtlv320aic26.h35 #define AIC26_REG_AUDIO_CTRL3 AIC26_PAGE_ADDR(2, 0x06) macro