Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8961.c148 case WM8961_PWR_MGMT_1: in wm8961_readable()
402 SND_SOC_DAPM_PGA("Left Input", WM8961_PWR_MGMT_1, 5, 0, NULL, 0),
403 SND_SOC_DAPM_PGA("Right Input", WM8961_PWR_MGMT_1, 4, 0, NULL, 0),
405 SND_SOC_DAPM_ADC("ADCL", "HiFi Capture", WM8961_PWR_MGMT_1, 3, 0),
408 SND_SOC_DAPM_SUPPLY("MICBIAS", WM8961_PWR_MGMT_1, 1, 0, NULL, 0),
765 reg = snd_soc_component_read(component, WM8961_PWR_MGMT_1); in wm8961_set_bias_level()
768 snd_soc_component_write(component, WM8961_PWR_MGMT_1, reg); in wm8961_set_bias_level()
775 reg = snd_soc_component_read(component, WM8961_PWR_MGMT_1); in wm8961_set_bias_level()
777 snd_soc_component_write(component, WM8961_PWR_MGMT_1, reg); in wm8961_set_bias_level()
785 reg = snd_soc_component_read(component, WM8961_PWR_MGMT_1); in wm8961_set_bias_level()
[all …]
H A Dwm8961.h54 #define WM8961_PWR_MGMT_1 0x19 macro