Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8971.c121 SOC_ENUM_SINGLE(WM8971_ADCDAC, 1, 4, wm8971_deemp),
128 SOC_ENUM_SINGLE(WM8971_ADCDAC, 5, 4, wm8971_adcpol), /* 12 */
165 SOC_SINGLE("Capture Filter Switch", WM8971_ADCDAC, 0, 1, 1),
181 SOC_SINGLE("Capture 6dB Attenuate", WM8971_ADCDAC, 8, 1, 0),
182 SOC_SINGLE("Playback 6dB Attenuate", WM8971_ADCDAC, 7, 1, 0),
546 u16 mute_reg = snd_soc_component_read32(component, WM8971_ADCDAC) & 0xfff7; in wm8971_mute()
549 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg | 0x8); in wm8971_mute()
551 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg); in wm8971_mute()
Dwm8971.h22 #define WM8971_ADCDAC 0x05 macro