Searched refs:WM8988_ADCDAC (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
H A D | wm8988.h | 23 #define WM8988_ADCDAC 0x05 macro
|
H A D | wm8988.c | 79 case WM8988_ADCDAC: wm8988_writeable() 163 WM8988_ADCDAC, 1, deemph_txt); 168 WM8988_ADCDAC, 5, adcpol_txt); 214 SOC_SINGLE("Playback 6dB Attenuate", WM8988_ADCDAC, 7, 1, 0), 215 SOC_SINGLE("Capture 6dB Attenuate", WM8988_ADCDAC, 8, 1, 0), 716 u16 mute_reg = snd_soc_read(codec, WM8988_ADCDAC) & 0xfff7; wm8988_mute() 719 snd_soc_write(codec, WM8988_ADCDAC, mute_reg | 0x8); wm8988_mute() 721 snd_soc_write(codec, WM8988_ADCDAC, mute_reg); wm8988_mute()
|
Completed in 64 milliseconds