Home
last modified time | relevance | path

Searched refs:WM8960_POWER1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Dwm8960.c327 SND_SOC_DAPM_SUPPLY("MICB", WM8960_POWER1, 1, 0, NULL, 0),
329 SND_SOC_DAPM_MIXER("Left Boost Mixer", WM8960_POWER1, 5, 0,
331 SND_SOC_DAPM_MIXER("Right Boost Mixer", WM8960_POWER1, 4, 0,
339 SND_SOC_DAPM_ADC("Left ADC", "Capture", WM8960_POWER1, 3, 0),
340 SND_SOC_DAPM_ADC("Right ADC", "Capture", WM8960_POWER1, 2, 0),
643 snd_soc_update_bits(codec, WM8960_POWER1, 0x180, 0x80); in wm8960_set_bias_level_out3()
667 snd_soc_update_bits(codec, WM8960_POWER1, 0x80, 0x80); in wm8960_set_bias_level_out3()
671 snd_soc_update_bits(codec, WM8960_POWER1, WM8960_VREF, in wm8960_set_bias_level_out3()
679 snd_soc_update_bits(codec, WM8960_POWER1, 0x180, 0x100); in wm8960_set_bias_level_out3()
689 snd_soc_write(codec, WM8960_POWER1, 0); in wm8960_set_bias_level_out3()
[all …]
Dwm8960.h40 #define WM8960_POWER1 0x19 macro