Searched refs:wm8998 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm8998.c | 106 struct wm8998_priv *wm8998 = snd_soc_component_get_drvdata(component); in wm8998_inmux_put() local 107 struct arizona *arizona = wm8998->core.arizona; in wm8998_inmux_put() 1254 struct wm8998_priv *wm8998 = snd_soc_component_get_drvdata(component); in wm8998_set_fll() local 1258 return arizona_set_fll(&wm8998->fll[0], source, Fref, Fout); in wm8998_set_fll() 1260 return arizona_set_fll(&wm8998->fll[1], source, Fref, Fout); in wm8998_set_fll() 1262 return arizona_set_fll_refclk(&wm8998->fll[0], source, Fref, in wm8998_set_fll() 1265 return arizona_set_fll_refclk(&wm8998->fll[1], source, Fref, in wm8998_set_fll() 1333 struct wm8998_priv *wm8998; in wm8998_probe() local 1336 wm8998 = devm_kzalloc(&pdev->dev, sizeof(struct wm8998_priv), in wm8998_probe() 1338 if (!wm8998) in wm8998_probe() [all …]
|
| H A D | Makefile | 308 snd-soc-wm8998-objs := wm8998.o 635 obj-$(CONFIG_SND_SOC_WM8998) += snd-soc-wm8998.o
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | Makefile | 58 obj-$(CONFIG_MFD_ARIZONA) += wm8998-tables.o
|