Lines Matching refs:WM8988_PWR1
96 case WM8988_PWR1: in wm8988_writeable()
334 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8988_PWR1, 1, 0, NULL, 0),
343 SND_SOC_DAPM_MUX("Left PGA Mux", WM8988_PWR1, 5, 0,
345 SND_SOC_DAPM_MUX("Right PGA Mux", WM8988_PWR1, 4, 0,
353 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8988_PWR1, 2, 0),
354 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8988_PWR1, 3, 0),
729 u16 pwr_reg = snd_soc_read(codec, WM8988_PWR1) & ~0x1c1; in wm8988_set_bias_level()
737 snd_soc_write(codec, WM8988_PWR1, pwr_reg | 0x00c0); in wm8988_set_bias_level()
745 snd_soc_write(codec, WM8988_PWR1, pwr_reg | 0x1c1); in wm8988_set_bias_level()
752 snd_soc_write(codec, WM8988_PWR1, pwr_reg | 0x0141); in wm8988_set_bias_level()
756 snd_soc_write(codec, WM8988_PWR1, 0x0000); in wm8988_set_bias_level()