Searched refs:WM8731_APDIGI (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/sound/soc/codecs/ |
D | wm8731.c | 113 return snd_soc_component_update_bits(component, WM8731_APDIGI, 0x6, val); in wm8731_set_deemph() 173 SOC_SINGLE("ADC High Pass Filter Switch", WM8731_APDIGI, 0, 1, 1), 174 SOC_SINGLE("Store DC Offset Switch", WM8731_APDIGI, 4, 1, 0), 372 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute() 375 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute() 377 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
|
D | wm8731.h | 22 #define WM8731_APDIGI 0x05 macro
|