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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dwm8900.c209 u16 hpctl1 = snd_soc_read(codec, WM8900_REG_HPCTL1); local
214 hpctl1 = WM8900_REG_HPCTL1_HP_CLAMP_IP |
216 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
221 hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_IP;
222 hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT |
225 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
230 hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_OP;
231 hpctl1 |= WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
232 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
235 hpctl1
[all...]

Completed in 20 milliseconds