Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8731.c93 return snd_soc_component_update_bits(component, WM8731_APDIGI, 0x6, val); in wm8731_set_deemph()
153 SOC_SINGLE("ADC High Pass Filter Switch", WM8731_APDIGI, 0, 1, 1),
154 SOC_SINGLE("Store DC Offset Switch", WM8731_APDIGI, 4, 1, 0),
352 u16 mute_reg = snd_soc_component_read(component, WM8731_APDIGI) & 0xfff7; in wm8731_mute()
355 snd_soc_component_write(component, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute()
357 snd_soc_component_write(component, WM8731_APDIGI, mute_reg); in wm8731_mute()
H A Dwm8731.h29 #define WM8731_APDIGI 0x05 macro