Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dalc5632.c697 reg = snd_soc_component_read(component, ALC5632_DAI_CONTROL); in alc5632_set_dai_pll()
864 return snd_soc_component_write(component, ALC5632_DAI_CONTROL, iface); in alc5632_set_dai_fmt()
874 iface = snd_soc_component_read(component, ALC5632_DAI_CONTROL); in alc5632_pcm_hw_params()
893 snd_soc_component_write(component, ALC5632_DAI_CONTROL, iface); in alc5632_pcm_hw_params()
H A Dalc5632.h84 #define ALC5632_DAI_CONTROL 0x34 macro