Searched refs:WM8971_PWR1 (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
H A D | wm8971.c | 258 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); wm8971_charge_work() 568 u16 pwr_reg = snd_soc_read(codec, WM8971_PWR1) & 0xfe3e; wm8971_set_bias_level() 573 snd_soc_write(codec, WM8971_PWR1, pwr_reg | 0x00c1); wm8971_set_bias_level() 583 snd_soc_write(codec, WM8971_PWR1, pwr_reg | 0x01c0); wm8971_set_bias_level() 588 snd_soc_write(codec, WM8971_PWR1, pwr_reg | 0x0140); wm8971_set_bias_level() 594 snd_soc_write(codec, WM8971_PWR1, 0x0001); wm8971_set_bias_level()
|
H A D | wm8971.h | 38 #define WM8971_PWR1 0x19 macro
|
Completed in 34 milliseconds