Home
last modified time | relevance | path

Searched refs:WM8731_PWR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8731.c173 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()
H A Dwm8731.h30 #define WM8731_PWR 0x06 macro
/openbmc/linux/Documentation/sound/soc/
H A Ddapm.rst187 SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, wm8731_output_mixer_controls,