Searched refs:CS4270_PWRCTL (Results 1 – 1 of 1) sorted by relevance
50 #define CS4270_PWRCTL 0x02 /* Power Control */ macro571 reg = snd_soc_component_read(component, CS4270_PWRCTL) | CS4270_PWRCTL_PDN_ALL; in cs4270_soc_suspend()575 ret = snd_soc_component_write(component, CS4270_PWRCTL, reg); in cs4270_soc_suspend()603 reg = snd_soc_component_read(component, CS4270_PWRCTL); in cs4270_soc_resume()606 return snd_soc_component_write(component, CS4270_PWRCTL, reg); in cs4270_soc_resume()