Searched refs:wm5102 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm5102.c | 1742 struct wm5102_priv *wm5102 = snd_soc_component_get_drvdata(component); in wm5102_set_fll() local 1746 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll() 1748 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll() 1750 return arizona_set_fll_refclk(&wm5102->fll[0], source, Fref, in wm5102_set_fll() 1753 return arizona_set_fll_refclk(&wm5102->fll[1], source, Fref, in wm5102_set_fll() 2025 struct wm5102_priv *wm5102; in wm5102_probe() local 2028 wm5102 = devm_kzalloc(&pdev->dev, sizeof(struct wm5102_priv), in wm5102_probe() 2030 if (wm5102 == NULL) in wm5102_probe() 2032 platform_set_drvdata(pdev, wm5102); in wm5102_probe() 2044 wm5102->core.arizona = arizona; in wm5102_probe() [all …]
|
| H A D | Makefile | 265 snd-soc-wm5102-objs := wm5102.o 592 obj-$(CONFIG_SND_SOC_WM5102) += snd-soc-wm5102.o
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | Makefile | 49 obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
|