Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/ !
Dtas2770.c59 ret = snd_soc_component_update_bits(component, TAS2770_PWR_CTRL, in tas2770_update_pwr_ctrl()
79 ret = snd_soc_component_update_bits(component, TAS2770_PWR_CTRL, in tas2770_codec_suspend()
155 SOC_DAPM_SINGLE("Switch", TAS2770_PWR_CTRL, 3, 1, 1);
157 SOC_DAPM_SINGLE("Switch", TAS2770_PWR_CTRL, 2, 1, 1);
162 SND_SOC_DAPM_SWITCH("ISENSE", TAS2770_PWR_CTRL, 3, 1, &isense_switch),
163 SND_SOC_DAPM_SWITCH("VSENSE", TAS2770_PWR_CTRL, 2, 1, &vsense_switch),
542 { TAS2770_PWR_CTRL, 0x0e },
Dtas2770.h21 #define TAS2770_PWR_CTRL TAS2770_REG(0X0, 0x02) macro