Searched refs:wm8997 (Results 1 – 2 of 2) sorted by relevance
/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() 1121 struct wm8997_priv *wm8997; in wm8997_probe() local 1124 wm8997 = devm_kzalloc(&pdev->dev, sizeof(struct wm8997_priv), in wm8997_probe() 1126 if (wm8997 == NULL) in wm8997_probe() 1128 platform_set_drvdata(pdev, wm8997); in wm8997_probe() 1130 wm8997->core.arizona = arizona; in wm8997_probe() [all …]
|
D | Makefile | 209 snd-soc-wm8997-objs := wm8997.o 429 obj-$(CONFIG_SND_SOC_WM8997) += snd-soc-wm8997.o
|