WM8988_PWR1        93 sound/soc/codecs/wm8988.c 	case WM8988_PWR1:
WM8988_PWR1       331 sound/soc/codecs/wm8988.c 	SND_SOC_DAPM_SUPPLY("Mic Bias", WM8988_PWR1, 1, 0, NULL, 0),
WM8988_PWR1       340 sound/soc/codecs/wm8988.c 	SND_SOC_DAPM_MUX("Left PGA Mux", WM8988_PWR1, 5, 0,
WM8988_PWR1       342 sound/soc/codecs/wm8988.c 	SND_SOC_DAPM_MUX("Right PGA Mux", WM8988_PWR1, 4, 0,
WM8988_PWR1       350 sound/soc/codecs/wm8988.c 	SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8988_PWR1, 2, 0),
WM8988_PWR1       351 sound/soc/codecs/wm8988.c 	SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8988_PWR1, 3, 0),
WM8988_PWR1       726 sound/soc/codecs/wm8988.c 	u16 pwr_reg = snd_soc_component_read32(component, WM8988_PWR1) & ~0x1c1;
WM8988_PWR1       734 sound/soc/codecs/wm8988.c 		snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x00c0);
WM8988_PWR1       742 sound/soc/codecs/wm8988.c 			snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x1c1);
WM8988_PWR1       749 sound/soc/codecs/wm8988.c 		snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x0141);
WM8988_PWR1       753 sound/soc/codecs/wm8988.c 		snd_soc_component_write(component, WM8988_PWR1, 0x0000);