Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8711.c78 SND_SOC_DAPM_MIXER("Output Mixer", WM8711_PWR, 4, 1,
81 SND_SOC_DAPM_DAC("DAC", "HiFi Playback", WM8711_PWR, 3, 1),
301 u16 reg = snd_soc_component_read(component, WM8711_PWR) & 0xff7f; in wm8711_set_bias_level()
305 snd_soc_component_write(component, WM8711_PWR, reg); in wm8711_set_bias_level()
313 snd_soc_component_write(component, WM8711_PWR, reg | 0x0040); in wm8711_set_bias_level()
317 snd_soc_component_write(component, WM8711_PWR, 0xffff); in wm8711_set_bias_level()
H A Dwm8711.h21 #define WM8711_PWR 0x06 macro