Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtas2764.c68 ret = snd_soc_component_update_bits(component, TAS2764_PWR_CTRL, in tas2764_update_pwr_ctrl()
82 ret = snd_soc_component_update_bits(component, TAS2764_PWR_CTRL, in tas2764_codec_suspend()
161 SOC_DAPM_SINGLE("Switch", TAS2764_PWR_CTRL, TAS2764_ISENSE_POWER_EN, 1, 1);
163 SOC_DAPM_SINGLE("Switch", TAS2764_PWR_CTRL, TAS2764_VSENSE_POWER_EN, 1, 1);
168 SND_SOC_DAPM_SWITCH("ISENSE", TAS2764_PWR_CTRL, TAS2764_ISENSE_POWER_EN,
170 SND_SOC_DAPM_SWITCH("VSENSE", TAS2764_PWR_CTRL, TAS2764_VSENSE_POWER_EN,
233 val = snd_soc_component_read(tas2764->component, TAS2764_PWR_CTRL); in tas2764_set_bitwidth()
534 { TAS2764_PWR_CTRL, 0x1a },
H A Dtas2764.h27 #define TAS2764_PWR_CTRL TAS2764_REG(0X0, 0x02) macro