Searched refs:wm8997 (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm8997.c | 929 struct wm8997_priv *wm8997 = snd_soc_component_get_drvdata(component); in wm8997_set_fll() local 933 return arizona_set_fll(&wm8997->fll[0], source, Fref, Fout); in wm8997_set_fll() 935 return arizona_set_fll(&wm8997->fll[1], source, Fref, Fout); in wm8997_set_fll() 937 return arizona_set_fll_refclk(&wm8997->fll[0], source, Fref, in wm8997_set_fll() 940 return arizona_set_fll_refclk(&wm8997->fll[1], source, Fref, in wm8997_set_fll() 1113 struct wm8997_priv *wm8997; in wm8997_probe() local 1116 wm8997 = devm_kzalloc(&pdev->dev, sizeof(struct wm8997_priv), in wm8997_probe() 1118 if (wm8997 == NULL) in wm8997_probe() 1120 platform_set_drvdata(pdev, wm8997); in wm8997_probe() 1130 wm8997->core.arizona = arizona; in wm8997_probe() [all …]
|
H A D | Makefile | 384 snd-soc-wm8997-y := wm8997.o 796 obj-$(CONFIG_SND_SOC_WM8997) += snd-soc-wm8997.o
|
/linux/drivers/mfd/ |
H A D | Makefile | 49 arizona-objs += wm8997-tables.o
|