Searched refs:WM8731_APDIGI (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/sound/soc/codecs/ ! |
D | wm8731.c | 93 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()
|
D | wm8731.h | 29 #define WM8731_APDIGI 0x05 macro
|