Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dwm8971.c117 SOC_ENUM_SINGLE(WM8971_ADCDAC, 1, 4, wm8971_deemp),
124 SOC_ENUM_SINGLE(WM8971_ADCDAC, 5, 4, wm8971_adcpol), /* 12 */
161 SOC_SINGLE("Capture Filter Switch", WM8971_ADCDAC, 0, 1, 1),
177 SOC_SINGLE("Capture 6dB Attenuate", WM8971_ADCDAC, 8, 1, 0),
178 SOC_SINGLE("Playback 6dB Attenuate", WM8971_ADCDAC, 7, 1, 0),
542 u16 mute_reg = snd_soc_component_read32(component, WM8971_ADCDAC) & 0xfff7; in wm8971_mute()
545 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg | 0x8); in wm8971_mute()
547 snd_soc_component_write(component, WM8971_ADCDAC, mute_reg); in wm8971_mute()
Dwm8971.h17 #define WM8971_ADCDAC 0x05 macro