Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dcs4270.c38 #define CS4270_PWRCTL 0x02 /* Power Control */ macro
560 reg = snd_soc_component_read(component, CS4270_PWRCTL) | CS4270_PWRCTL_PDN_ALL; in cs4270_soc_suspend()
564 ret = snd_soc_component_write(component, CS4270_PWRCTL, reg); in cs4270_soc_suspend()
592 reg = snd_soc_component_read(component, CS4270_PWRCTL); in cs4270_soc_resume()
595 return snd_soc_component_write(component, CS4270_PWRCTL, reg); in cs4270_soc_resume()