Searched refs:WM8731_PWR (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8731.c | 173 SND_SOC_DAPM_SUPPLY("OSC", WM8731_PWR, 5, 1, NULL, 0), 174 SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, 177 SND_SOC_DAPM_DAC("DAC", "HiFi Playback", WM8731_PWR, 3, 1), 182 SND_SOC_DAPM_ADC("ADC", "HiFi Capture", WM8731_PWR, 2, 1), 184 SND_SOC_DAPM_PGA("Line Input", WM8731_PWR, 0, 1, NULL, 0), 185 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8731_PWR, 1, 1), 492 reg = snd_soc_component_read(component, WM8731_PWR) & 0xff7f; in wm8731_set_bias_level() 493 snd_soc_component_write(component, WM8731_PWR, reg | 0x0040); in wm8731_set_bias_level() 498 snd_soc_component_write(component, WM8731_PWR, 0xffff); in wm8731_set_bias_level() 608 regmap_write(wm8731->regmap, WM8731_PWR, 0x7f); in wm8731_init()
|
D | wm8731.h | 30 #define WM8731_PWR 0x06 macro
|
/linux-6.12.1/Documentation/sound/soc/ |
D | dapm.rst | 199 SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, wm8731_output_mixer_controls,
|