Searched refs:WM8961_PWR_MGMT_1 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8961.c | 148 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), 406 SND_SOC_DAPM_ADC("ADCR", "HiFi Capture", WM8961_PWR_MGMT_1, 2, 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() [all …]
|
D | wm8961.h | 54 #define WM8961_PWR_MGMT_1 0x19 macro
|