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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8731.h25 #define WM8731_APDIGI 0x05 macro
H A Dwm8731.c128 SOC_ENUM_SINGLE(WM8731_APDIGI, 1, 4, wm8731_deemph),
146 SOC_SINGLE("ADC High Pass Filter Switch", WM8731_APDIGI, 0, 1, 1),
147 SOC_SINGLE("Store DC Offset Switch", WM8731_APDIGI, 4, 1, 0),
352 u16 mute_reg = wm8731_read_reg_cache(codec, WM8731_APDIGI) & 0xfff7;
355 wm8731_write(codec, WM8731_APDIGI, mute_reg | 0x8);
357 wm8731_write(codec, WM8731_APDIGI, mute_reg);

Completed in 120 milliseconds