Searched refs:WM8711_PWR (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 Dwm8711.h24 #define WM8711_PWR 0x06 macro
H A Dwm8711.c74 SND_SOC_DAPM_MIXER("Output Mixer", WM8711_PWR, 4, 1,
77 SND_SOC_DAPM_DAC("DAC", "HiFi Playback", WM8711_PWR, 3, 1),
307 u16 reg = snd_soc_read(codec, WM8711_PWR) & 0xff7f;
311 snd_soc_write(codec, WM8711_PWR, reg);
316 snd_soc_write(codec, WM8711_PWR, reg | 0x0040);
320 snd_soc_write(codec, WM8711_PWR, 0xffff);

Completed in 88 milliseconds