Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtas2770.c61 ret = snd_soc_component_update_bits(component, TAS2770_PWR_CTRL, in tas2770_update_pwr_ctrl()
81 ret = snd_soc_component_update_bits(component, TAS2770_PWR_CTRL, in tas2770_codec_suspend()
157 SOC_DAPM_SINGLE("Switch", TAS2770_PWR_CTRL, 3, 1, 1);
159 SOC_DAPM_SINGLE("Switch", TAS2770_PWR_CTRL, 2, 1, 1);
164 SND_SOC_DAPM_SWITCH("ISENSE", TAS2770_PWR_CTRL, 3, 1, &isense_switch),
165 SND_SOC_DAPM_SWITCH("VSENSE", TAS2770_PWR_CTRL, 2, 1, &vsense_switch),
544 { TAS2770_PWR_CTRL, 0x0e },
H A Dtas2770.h21 #define TAS2770_PWR_CTRL TAS2770_REG(0X0, 0x02) macro