Searched refs:WM8731_PWR (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/sound/soc/codecs/ |
D | wm8731.c | 193 SND_SOC_DAPM_SUPPLY("OSC", WM8731_PWR, 5, 1, NULL, 0), 194 SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, 197 SND_SOC_DAPM_DAC("DAC", "HiFi Playback", WM8731_PWR, 3, 1), 202 SND_SOC_DAPM_ADC("ADC", "HiFi Capture", WM8731_PWR, 2, 1), 204 SND_SOC_DAPM_PGA("Line Input", WM8731_PWR, 0, 1, NULL, 0), 205 SND_SOC_DAPM_MICBIAS("Mic Bias", WM8731_PWR, 1, 1), 513 reg = snd_soc_component_read(component, WM8731_PWR) & 0xff7f; in wm8731_set_bias_level() 514 snd_soc_component_write(component, WM8731_PWR, reg | 0x0040); in wm8731_set_bias_level() 519 snd_soc_component_write(component, WM8731_PWR, 0xffff); in wm8731_set_bias_level() 609 regmap_write(wm8731->regmap, WM8731_PWR, 0x7f); in wm8731_hw_init()
|
D | wm8731.h | 23 #define WM8731_PWR 0x06 macro
|
/Linux-v5.10/Documentation/sound/soc/ |
D | dapm.rst | 187 SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, wm8731_output_mixer_controls,
|