Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/codecs/
Dwm8978.c337 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8978_POWER_MANAGEMENT_1, 4, 0),
548 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_configure_pll()
556 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0x20); in wm8978_configure_pll()
643 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0); in wm8978_set_dai_sysclk()
863 u16 power1 = snd_soc_read(codec, WM8978_POWER_MANAGEMENT_1) & ~3; in wm8978_set_bias_level()
869 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level()
877 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, in wm8978_set_bias_level()
883 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, power1); in wm8978_set_bias_level()
887 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, ~0x20, 0); in wm8978_set_bias_level()
936 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, 0); in wm8978_suspend()
[all …]
Dwm8978.h18 #define WM8978_POWER_MANAGEMENT_1 0x01 macro