Searched refs:WM8750_PWR1 (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
H A D | wm8750.h | 40 #define WM8750_PWR1 0x19 macro
|
H A D | wm8750.c | 296 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8750_PWR1, 1, 0), 297 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8750_PWR1, 2, 0), 298 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8750_PWR1, 3, 0), 300 SND_SOC_DAPM_MUX("Left PGA Mux", WM8750_PWR1, 5, 0, 302 SND_SOC_DAPM_MUX("Right PGA Mux", WM8750_PWR1, 4, 0, 627 u16 pwr_reg = snd_soc_read(codec, WM8750_PWR1) & 0xfe3e; wm8750_set_bias_level() 632 snd_soc_write(codec, WM8750_PWR1, pwr_reg | 0x00c0); wm8750_set_bias_level() 641 snd_soc_write(codec, WM8750_PWR1, pwr_reg | 0x01c1); wm8750_set_bias_level() 648 snd_soc_write(codec, WM8750_PWR1, pwr_reg | 0x0141); wm8750_set_bias_level() 651 snd_soc_write(codec, WM8750_PWR1, 0x0001); wm8750_set_bias_level()
|
Completed in 45 milliseconds