Searched refs:wm5110 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | wm5110.c | 482 struct wm5110_priv *wm5110 = snd_soc_codec_get_drvdata(codec); in wm5110_in_analog_ev() local 496 wm5110->in_value |= 0x3 << ((w->shift ^ 0x1) * 2); in wm5110_in_analog_ev() 497 wm5110->in_pre_pending++; in wm5110_in_analog_ev() 498 wm5110->in_post_pending++; in wm5110_in_analog_ev() 501 wm5110->in_pga_cache[w->shift] = snd_soc_read(codec, reg); in wm5110_in_analog_ev() 506 wm5110->in_pre_pending--; in wm5110_in_analog_ev() 507 if (wm5110->in_pre_pending == 0) { in wm5110_in_analog_ev() 508 analog_seq[1].def = wm5110->in_value; in wm5110_in_analog_ev() 515 wm5110->in_value = 0; in wm5110_in_analog_ev() 521 wm5110->in_pga_cache[w->shift]); in wm5110_in_analog_ev() [all …]
|
D | Makefile | 140 snd-soc-wm5110-objs := wm5110.o 331 obj-$(CONFIG_SND_SOC_WM5110) += snd-soc-wm5110.o
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | arizona.txt | 10 "wlf,wm5110" 37 wm5110, wm8280, wm8998, wm1814) 40 wm5110, wm8280, wm8998, wm1814) 60 <IN1, IN2, IN3, IN4> (wm5102, wm5110, wm8280, wm8997)
|
/linux-4.4.14/drivers/mfd/ |
D | Makefile | 46 obj-$(CONFIG_MFD_ARIZONA) += wm5110-tables.o
|