Searched refs:wm5102 (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm5102.c | 1753 struct wm5102_priv *wm5102 = snd_soc_component_get_drvdata(component); in wm5102_set_fll() local 1757 return arizona_set_fll(&wm5102->fll[0], source, Fref, Fout); in wm5102_set_fll() 1759 return arizona_set_fll(&wm5102->fll[1], source, Fref, Fout); in wm5102_set_fll() 1761 return arizona_set_fll_refclk(&wm5102->fll[0], source, Fref, in wm5102_set_fll() 1764 return arizona_set_fll_refclk(&wm5102->fll[1], source, Fref, in wm5102_set_fll() 2040 struct wm5102_priv *wm5102; in wm5102_probe() local 2043 wm5102 = devm_kzalloc(&pdev->dev, sizeof(struct wm5102_priv), in wm5102_probe() 2045 if (wm5102 == NULL) in wm5102_probe() 2047 platform_set_drvdata(pdev, wm5102); in wm5102_probe() 2059 wm5102->core.arizona = arizona; in wm5102_probe() [all …]
|
H A D | Makefile | 340 snd-soc-wm5102-y := wm5102.o 752 obj-$(CONFIG_SND_SOC_WM5102) += snd-soc-wm5102.o
|
/linux/sound/soc/intel/boards/ |
H A D | Makefile | 10 snd-soc-sst-bytcr-wm5102-y := bytcr_wm5102.o 42 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_WM5102_MACH) += snd-soc-sst-bytcr-wm5102.o
|
/linux/drivers/mfd/ |
H A D | Makefile | 43 arizona-objs += wm5102-tables.o
|