Searched refs:WM8978_POWER_MANAGEMENT_1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ |
D | wm8978.c | 334 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8978_POWER_MANAGEMENT_1, 4, 0), 542 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_configure_pll() 550 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, 0x20, 0x20); in wm8978_configure_pll() 637 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_set_dai_sysclk() 856 u16 power1 = snd_soc_component_read(component, WM8978_POWER_MANAGEMENT_1) & ~3; in wm8978_set_bias_level() 862 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level() 870 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, in wm8978_set_bias_level() 876 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level() 880 snd_soc_component_update_bits(component, WM8978_POWER_MANAGEMENT_1, ~0x20, 0); in wm8978_set_bias_level() 930 snd_soc_component_write(component, WM8978_POWER_MANAGEMENT_1, 0); in wm8978_suspend() [all …]
|
D | wm8978.h | 15 #define WM8978_POWER_MANAGEMENT_1 0x01 macro
|