Searched refs:WM8971_PWR1 (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 Dwm8971.h38 #define WM8971_PWR1 0x19 macro
H A Dwm8971.c229 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8971_PWR1, 1, 0),
230 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8971_PWR1, 2, 0),
231 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8971_PWR1, 3, 0),
233 SND_SOC_DAPM_MUX("Left PGA Mux", WM8971_PWR1, 5, 0,
235 SND_SOC_DAPM_MUX("Right PGA Mux", WM8971_PWR1, 4, 0,
541 u16 pwr_reg = snd_soc_read(codec, WM8971_PWR1) & 0xfe3e;
546 snd_soc_write(codec, WM8971_PWR1, pwr_reg | 0x00c1);
552 snd_soc_write(codec, WM8971_PWR1, pwr_reg | 0x0140);
555 snd_soc_write(codec, WM8971_PWR1, 0x0001);
632 reg = snd_soc_read(codec, WM8971_PWR1)
[all...]

Completed in 110 milliseconds