Searched refs:wm8997 (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ |
| D | wm8997.c | 928 struct wm8997_priv *wm8997 = snd_soc_codec_get_drvdata(codec); in wm8997_set_fll() local 932 return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout); in wm8997_set_fll() 934 return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout); in wm8997_set_fll() 936 return arizona_set_fll_refclk(&wm8997->fll[0], source, Fref, in wm8997_set_fll() 939 return arizona_set_fll_refclk(&wm8997->fll[1], source, Fref, in wm8997_set_fll() 1117 struct wm8997_priv *wm8997; in wm8997_probe() local 1120 wm8997 = devm_kzalloc(&pdev->dev, sizeof(struct wm8997_priv), in wm8997_probe() 1122 if (wm8997 == NULL) in wm8997_probe() 1124 platform_set_drvdata(pdev, wm8997); in wm8997_probe() 1126 wm8997->core.arizona = arizona; in wm8997_probe() [all …]
|
| D | Makefile | 180 snd-soc-wm8997-objs := wm8997.o 371 obj-$(CONFIG_SND_SOC_WM8997) += snd-soc-wm8997.o
|
| /linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
| D | arizona.txt | 12 "wlf,wm8997" 42 - SPKVDD-supply : Speaker driver power supply (wm8997) 60 <IN1, IN2, IN3, IN4> (wm5102, wm5110, wm8280, wm8997)
|
| /linux-4.4.14/drivers/mfd/ |
| D | Makefile | 49 obj-$(CONFIG_MFD_ARIZONA) += wm8997-tables.o
|