Searched refs:WM8940_POWER1 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wm8940.c | 58 case WM8940_POWER1: in wm8940_readable_register() 287 SND_SOC_DAPM_PGA("Aux Input", WM8940_POWER1, 6, 0, NULL, 0), 295 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8940_POWER1, 4, 0), 471 u16 pwr_reg = snd_soc_component_read(component, WM8940_POWER1) & 0x1F0; in wm8940_set_bias_level() 484 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x1); in wm8940_set_bias_level() 489 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x1); in wm8940_set_bias_level() 503 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg | 0x2); in wm8940_set_bias_level() 506 ret = snd_soc_component_write(component, WM8940_POWER1, pwr_reg); in wm8940_set_bias_level() 580 reg = snd_soc_component_read(component, WM8940_POWER1); in wm8940_set_dai_pll() 581 snd_soc_component_write(component, WM8940_POWER1, reg & 0x1df); in wm8940_set_dai_pll() [all …]
|
D | wm8940.h | 18 #define WM8940_POWER1 0x01 macro
|