Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dwm8711.h23 #define WM8711_APDIGI 0x05 macro
Dwm8711.c213 u16 mute_reg = snd_soc_read(codec, WM8711_APDIGI) & 0xfff7; in wm8711_mute()
216 snd_soc_write(codec, WM8711_APDIGI, mute_reg | 0x8); in wm8711_mute()
218 snd_soc_write(codec, WM8711_APDIGI, mute_reg); in wm8711_mute()