Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8971.c258 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8971_PWR1, 1, 0, NULL, 0),
259 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8971_PWR1, 2, 0),
260 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8971_PWR1, 3, 0),
262 SND_SOC_DAPM_MUX("Left PGA Mux", WM8971_PWR1, 5, 0,
264 SND_SOC_DAPM_MUX("Right PGA Mux", WM8971_PWR1, 4, 0,
561 regmap_update_bits(wm8971->regmap, WM8971_PWR1, 0x0180, 0x0100); in wm8971_charge_work()
568 u16 pwr_reg = snd_soc_component_read32(component, WM8971_PWR1) & 0xfe3e; in wm8971_set_bias_level()
573 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x00c1); in wm8971_set_bias_level()
583 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x01c0); in wm8971_set_bias_level()
588 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x0140); in wm8971_set_bias_level()
[all …]
Dwm8971.h38 #define WM8971_PWR1 0x19 macro