Searched refs:WM8510_POWER1 (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | wm8510.c | 211 SND_SOC_DAPM_PGA("Aux Input", WM8510_POWER1, 6, 0, NULL, 0), 223 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8510_POWER1, 4, 0), 325 reg = snd_soc_component_read(component, WM8510_POWER1); in wm8510_set_dai_pll() 326 snd_soc_component_write(component, WM8510_POWER1, reg & 0x1df); in wm8510_set_dai_pll() 336 reg = snd_soc_component_read(component, WM8510_POWER1); in wm8510_set_dai_pll() 337 snd_soc_component_write(component, WM8510_POWER1, reg | 0x020); in wm8510_set_dai_pll() 507 u16 power1 = snd_soc_component_read(component, WM8510_POWER1) & ~0x3; in wm8510_set_bias_level() 513 snd_soc_component_write(component, WM8510_POWER1, power1); in wm8510_set_bias_level() 523 snd_soc_component_write(component, WM8510_POWER1, power1 | 0x3); in wm8510_set_bias_level() 528 snd_soc_component_write(component, WM8510_POWER1, power1); in wm8510_set_bias_level() [all …]
|
D | wm8510.h | 12 #define WM8510_POWER1 0x1 macro
|