Searched refs:WM8960_POWER1 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm8960.c | 353 SND_SOC_DAPM_SUPPLY("MICB", WM8960_POWER1, 1, 0, NULL, 0), 355 SND_SOC_DAPM_MIXER("Left Boost Mixer", WM8960_POWER1, 5, 0, 357 SND_SOC_DAPM_MIXER("Right Boost Mixer", WM8960_POWER1, 4, 0, 365 SND_SOC_DAPM_ADC("Left ADC", "Capture", WM8960_POWER1, 3, 0), 366 SND_SOC_DAPM_ADC("Right ADC", "Capture", WM8960_POWER1, 2, 0), 924 snd_soc_component_update_bits(component, WM8960_POWER1, 0x180, 0x80); in wm8960_set_bias_level_out3() 955 snd_soc_component_update_bits(component, WM8960_POWER1, 0x80, 0x80); in wm8960_set_bias_level_out3() 959 snd_soc_component_update_bits(component, WM8960_POWER1, WM8960_VREF, in wm8960_set_bias_level_out3() 967 snd_soc_component_update_bits(component, WM8960_POWER1, 0x180, 0x100); in wm8960_set_bias_level_out3() 977 snd_soc_component_write(component, WM8960_POWER1, 0); in wm8960_set_bias_level_out3() [all …]
|
| H A D | wm8960.h | 37 #define WM8960_POWER1 0x19 macro
|