Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Des8311.c284 iface = snd_soc_component_read(component, ES8311_RESET_REG00); in es8311_set_dai_fmt()
299 snd_soc_component_write(component, ES8311_RESET_REG00, iface); in es8311_set_dai_fmt()
542 snd_soc_component_write(component, ES8311_RESET_REG00, 0x1F); in es8311_regs_init()
556 snd_soc_component_write(component, ES8311_RESET_REG00, 0x80); in es8311_regs_init()
H A Des8311.h20 #define ES8311_RESET_REG00 0x00 /*reset digital,csm,clock manager etc.*/ macro