Searched refs:WM8988_PWR1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | wm8988.c | 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() [all …]
|
D | wm8988.h | 40 #define WM8988_PWR1 0x19 macro
|