Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8711.h20 #define WM8711_APDIGI 0x05 macro
H A Dwm8711.c210 u16 mute_reg = snd_soc_component_read(component, WM8711_APDIGI) & 0xfff7; in wm8711_mute()
213 snd_soc_component_write(component, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute()
215 snd_soc_component_write(component, WM8711_APDIGI, mute_reg); in wm8711_mute()