Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dwm8510.c211 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 …]
H A Dwm8510.h12 #define WM8510_POWER1 0x1 macro