Searched refs:CS4270_PWRCTL (Results 1 – 1 of 1) sorted by relevance
41 #define CS4270_PWRCTL 0x02 /* Power Control */ macro563 reg = snd_soc_component_read(component, CS4270_PWRCTL) | CS4270_PWRCTL_PDN_ALL; in cs4270_soc_suspend()567 ret = snd_soc_component_write(component, CS4270_PWRCTL, reg); in cs4270_soc_suspend()595 reg = snd_soc_component_read(component, CS4270_PWRCTL); in cs4270_soc_resume()598 return snd_soc_component_write(component, CS4270_PWRCTL, reg); in cs4270_soc_resume()