Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8731.c116 return snd_soc_component_update_bits(component, WM8731_APDIGI, 0x6, val); in wm8731_set_deemph()
176 SOC_SINGLE("ADC High Pass Filter Switch", WM8731_APDIGI, 0, 1, 1),
177 SOC_SINGLE("Store DC Offset Switch", WM8731_APDIGI, 4, 1, 0),
375 u16 mute_reg = snd_soc_component_read32(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute()
378 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute()
380 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
Dwm8731.h25 #define WM8731_APDIGI 0x05 macro