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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/codecs/
H A Dwm8750.h23 #define WM8750_ADCDAC 0x05 macro
H A Dwm8750.c163 SOC_ENUM_SINGLE(WM8750_ADCDAC, 5, 4, wm8750_adcpol),
164 SOC_ENUM_SINGLE(WM8750_ADCDAC, 1, 4, wm8750_deemph),
183 SOC_SINGLE("Playback 6dB Attenuate", WM8750_ADCDAC, 7, 1, 0),
184 SOC_SINGLE("Capture 6dB Attenuate", WM8750_ADCDAC, 8, 1, 0),
682 u16 mute_reg = wm8750_read_reg_cache(codec, WM8750_ADCDAC) & 0xfff7;
685 wm8750_write(codec, WM8750_ADCDAC, mute_reg | 0x8);
687 wm8750_write(codec, WM8750_ADCDAC, mute_reg);

Completed in 42 milliseconds