Searched refs:WM8971_PWR1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/sound/soc/codecs/ |
D | wm8971.c | 254 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8971_PWR1, 1, 0, NULL, 0), 255 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8971_PWR1, 2, 0), 256 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8971_PWR1, 3, 0), 258 SND_SOC_DAPM_MUX("Left PGA Mux", WM8971_PWR1, 5, 0, 260 SND_SOC_DAPM_MUX("Right PGA Mux", WM8971_PWR1, 4, 0, 557 regmap_update_bits(wm8971->regmap, WM8971_PWR1, 0x0180, 0x0100); in wm8971_charge_work() 564 u16 pwr_reg = snd_soc_component_read32(component, WM8971_PWR1) & 0xfe3e; in wm8971_set_bias_level() 569 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x00c1); in wm8971_set_bias_level() 579 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x01c0); in wm8971_set_bias_level() 584 snd_soc_component_write(component, WM8971_PWR1, pwr_reg | 0x0140); in wm8971_set_bias_level() [all …]
|
D | wm8971.h | 33 #define WM8971_PWR1 0x19 macro
|