Searched refs:WM8988_ADCDAC (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/sound/soc/codecs/ |
D | wm8988.c | 76 case WM8988_ADCDAC: in wm8988_writeable() 160 WM8988_ADCDAC, 1, deemph_txt); 165 WM8988_ADCDAC, 5, adcpol_txt); 211 SOC_SINGLE("Playback 6dB Attenuate", WM8988_ADCDAC, 7, 1, 0), 212 SOC_SINGLE("Capture 6dB Attenuate", WM8988_ADCDAC, 8, 1, 0), 713 u16 mute_reg = snd_soc_component_read(component, WM8988_ADCDAC) & 0xfff7; in wm8988_mute() 716 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg | 0x8); in wm8988_mute() 718 snd_soc_component_write(component, WM8988_ADCDAC, mute_reg); in wm8988_mute()
|
D | wm8988.h | 19 #define WM8988_ADCDAC 0x05 macro
|