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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8978.h18 #define WM8978_POWER_MANAGEMENT_1 0x01 macro
H A Dwm8978.c292 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8978_POWER_MANAGEMENT_1, 4, 0),
514 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0);
522 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0x20);
609 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, 0x20, 0);
830 u16 power1 = snd_soc_read(codec, WM8978_POWER_MANAGEMENT_1) & ~3;
836 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, power1);
844 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1,
850 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1, power1);
854 snd_soc_update_bits(codec, WM8978_POWER_MANAGEMENT_1, ~0x20, 0);
906 snd_soc_write(codec, WM8978_POWER_MANAGEMENT_1,
[all...]

Completed in 113 milliseconds