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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8750.h40 #define WM8750_PWR1 0x19 macro
H A Dwm8750.c342 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8750_PWR1, 1, 0),
343 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8750_PWR1, 2, 0),
344 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8750_PWR1, 3, 0),
346 SND_SOC_DAPM_MUX("Left PGA Mux", WM8750_PWR1, 5, 0,
348 SND_SOC_DAPM_MUX("Right PGA Mux", WM8750_PWR1, 4, 0,
693 u16 pwr_reg = wm8750_read_reg_cache(codec, WM8750_PWR1) & 0xfe3e;
700 wm8750_write(codec, WM8750_PWR1, pwr_reg | 0x00c0);
705 wm8750_write(codec, WM8750_PWR1, pwr_reg | 0x01c1);
709 wm8750_write(codec, WM8750_PWR1, pwr_reg | 0x0141);
712 wm8750_write(codec, WM8750_PWR1,
[all...]

Completed in 51 milliseconds