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

/linux-4.1.27/sound/soc/codecs/
H A Dwm8731.h25 #define WM8731_APDIGI 0x05 macro
H A Dwm8731.c121 return snd_soc_update_bits(codec, WM8731_APDIGI, 0x6, val); wm8731_set_deemph()
181 SOC_SINGLE("ADC High Pass Filter Switch", WM8731_APDIGI, 0, 1, 1),
182 SOC_SINGLE("Store DC Offset Switch", WM8731_APDIGI, 4, 1, 0),
377 u16 mute_reg = snd_soc_read(codec, WM8731_APDIGI) & 0xfff7; wm8731_mute()
380 snd_soc_write(codec, WM8731_APDIGI, mute_reg | 0x8); wm8731_mute()
382 snd_soc_write(codec, WM8731_APDIGI, mute_reg); wm8731_mute()

Completed in 45 milliseconds