Searched refs:wm8997 (Results 1 – 2 of 2) sorted by relevance
/sound/soc/codecs/ |
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 …]
|
D | Makefile | 289 snd-soc-wm8997-objs := wm8997.o 598 obj-$(CONFIG_SND_SOC_WM8997) += snd-soc-wm8997.o
|