Searched refs:wm5102 (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ |
| D | wm5102.c | 1720 struct wm5102_priv *wm5102 = snd_soc_codec_get_drvdata(codec); in wm5102_set_fll() local 1724 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll() 1726 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll() 1728 return arizona_set_fll_refclk(&wm5102->fll[0], source, Fref, in wm5102_set_fll() 1731 return arizona_set_fll_refclk(&wm5102->fll[1], source, Fref, in wm5102_set_fll() 1952 struct wm5102_priv *wm5102; in wm5102_probe() local 1955 wm5102 = devm_kzalloc(&pdev->dev, sizeof(struct wm5102_priv), in wm5102_probe() 1957 if (wm5102 == NULL) in wm5102_probe() 1959 platform_set_drvdata(pdev, wm5102); in wm5102_probe() 1963 wm5102->core.arizona = arizona; in wm5102_probe() [all …]
|
| D | Makefile | 139 snd-soc-wm5102-objs := wm5102.o 330 obj-$(CONFIG_SND_SOC_WM5102) += snd-soc-wm5102.o
|
| /linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
| D | arizona.txt | 9 "wlf,wm5102" 36 - DBVDD2-supply, DBVDD3-supply : Additional databus power supplies (wm5102, 39 - SPKVDDL-supply, SPKVDDR-supply : Speaker driver power supplies (wm5102, 60 <IN1, IN2, IN3, IN4> (wm5102, wm5110, wm8280, wm8997) 79 codec: wm5102@1a { 80 compatible = "wlf,wm5102";
|
| /linux-4.4.14/drivers/mfd/ |
| D | Makefile | 43 obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
|