Searched refs:WM8750_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 Dwm8750.h40 #define WM8750_PWR1 0x19 macro
H A Dwm8750.c266 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8750_PWR1, 1, 0),
267 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8750_PWR1, 2, 0),
268 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8750_PWR1, 3, 0),
270 SND_SOC_DAPM_MUX("Left PGA Mux", WM8750_PWR1, 5, 0,
272 SND_SOC_DAPM_MUX("Right PGA Mux", WM8750_PWR1, 4, 0,
609 u16 pwr_reg = snd_soc_read(codec, WM8750_PWR1) & 0xfe3e;
614 snd_soc_write(codec, WM8750_PWR1, pwr_reg | 0x00c0);
621 snd_soc_write(codec, WM8750_PWR1, pwr_reg | 0x01c1);
628 snd_soc_write(codec, WM8750_PWR1, pwr_reg | 0x0141);
631 snd_soc_write(codec, WM8750_PWR1,
[all...]

Completed in 103 milliseconds