Searched refs:WM8988_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 Dwm8988.h40 #define WM8988_PWR1 0x19 macro
H A Dwm8988.c273 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8988_PWR1, 1, 0),
282 SND_SOC_DAPM_MUX("Left PGA Mux", WM8988_PWR1, 5, 0,
284 SND_SOC_DAPM_MUX("Right PGA Mux", WM8988_PWR1, 4, 0,
292 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8988_PWR1, 2, 0),
293 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8988_PWR1, 3, 0),
669 u16 pwr_reg = snd_soc_read(codec, WM8988_PWR1) & ~0x1c1;
677 snd_soc_write(codec, WM8988_PWR1, pwr_reg | 0x00c0);
683 snd_soc_write(codec, WM8988_PWR1, pwr_reg | 0x1c1);
690 snd_soc_write(codec, WM8988_PWR1, pwr_reg | 0x0141);
694 snd_soc_write(codec, WM8988_PWR1,
[all...]

Completed in 72 milliseconds