Searched refs:WM8974_POWER1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8974.c | 208 SND_SOC_DAPM_PGA("Aux Input", WM8974_POWER1, 6, 0, NULL, 0), 218 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8974_POWER1, 4, 0, NULL, 0), 325 reg = snd_soc_component_read(component, WM8974_POWER1); in wm8974_set_dai_pll() 326 snd_soc_component_write(component, WM8974_POWER1, reg & 0x1df); in wm8974_set_dai_pll() 336 reg = snd_soc_component_read(component, WM8974_POWER1); in wm8974_set_dai_pll() 337 snd_soc_component_write(component, WM8974_POWER1, reg | 0x020); in wm8974_set_dai_pll() 582 u16 power1 = snd_soc_component_read(component, WM8974_POWER1) & ~0x3; in wm8974_set_bias_level() 588 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level() 598 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3); in wm8974_set_bias_level() 603 snd_soc_component_write(component, WM8974_POWER1, power in wm8974_set_bias_level() [all...] |
H A D | wm8974.h | 12 #define WM8974_POWER1 0x1 macro
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8974.c | 208 SND_SOC_DAPM_PGA("Aux Input", WM8974_POWER1, 6, 0, NULL, 0), 218 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8974_POWER1, 4, 0, NULL, 0), 325 reg = snd_soc_component_read(component, WM8974_POWER1); in wm8974_set_dai_pll() 326 snd_soc_component_write(component, WM8974_POWER1, reg & 0x1df); in wm8974_set_dai_pll() 336 reg = snd_soc_component_read(component, WM8974_POWER1); in wm8974_set_dai_pll() 337 snd_soc_component_write(component, WM8974_POWER1, reg | 0x020); in wm8974_set_dai_pll() 582 u16 power1 = snd_soc_component_read(component, WM8974_POWER1) & ~0x3; in wm8974_set_bias_level() 588 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level() 598 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3); in wm8974_set_bias_level() 603 snd_soc_component_write(component, WM8974_POWER1, power in wm8974_set_bias_level() [all...] |
H A D | wm8974.h | 12 #define WM8974_POWER1 0x1 macro
|
Completed in 3 milliseconds