Searched refs:WM8731_APDIGI (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | wm8731.c | 116 return snd_soc_update_bits(codec, 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), 372 u16 mute_reg = snd_soc_read(codec, WM8731_APDIGI) & 0xfff7; in wm8731_mute() 375 snd_soc_write(codec, WM8731_APDIGI, mute_reg | 0x8); in wm8731_mute() 377 snd_soc_write(codec, WM8731_APDIGI, mute_reg); in wm8731_mute()
|
D | wm8731.h | 25 #define WM8731_APDIGI 0x05 macro
|