Searched refs:WM8961_PWR_MGMT_1 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | wm8961.c | 151 case WM8961_PWR_MGMT_1: in wm8961_readable() 405 SND_SOC_DAPM_PGA("Left Input", WM8961_PWR_MGMT_1, 5, 0, NULL, 0), 406 SND_SOC_DAPM_PGA("Right Input", WM8961_PWR_MGMT_1, 4, 0, NULL, 0), 408 SND_SOC_DAPM_ADC("ADCL", "HiFi Capture", WM8961_PWR_MGMT_1, 3, 0), 409 SND_SOC_DAPM_ADC("ADCR", "HiFi Capture", WM8961_PWR_MGMT_1, 2, 0), 411 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8961_PWR_MGMT_1, 1, 0, NULL, 0), 768 reg = snd_soc_component_read32(component, WM8961_PWR_MGMT_1); in wm8961_set_bias_level() 771 snd_soc_component_write(component, WM8961_PWR_MGMT_1, reg); in wm8961_set_bias_level() 778 reg = snd_soc_component_read32(component, WM8961_PWR_MGMT_1); in wm8961_set_bias_level() 780 snd_soc_component_write(component, WM8961_PWR_MGMT_1, reg); in wm8961_set_bias_level() [all …]
|
D | wm8961.h | 57 #define WM8961_PWR_MGMT_1 0x19 macro
|