Searched refs:wm5102 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm5102.c | 3 * wm5102.c -- WM5102 ALSA SoC Audio driver 31 #include "wm5102.h" 34 #define DRV_NAME "wm5102-codec" 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() 1782 .name = "wm5102-aif1", 1804 .name = "wm5102 2040 struct wm5102_priv *wm5102; wm5102_probe() local 2157 struct wm5102_priv *wm5102 = platform_get_drvdata(pdev); wm5102_remove() local [all...] |
H A D | Makefile | 319 snd-soc-wm5102-objs := wm5102.o 704 obj-$(CONFIG_SND_SOC_WM5102) += snd-soc-wm5102.o
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm5102.c | 3 * wm5102.c -- WM5102 ALSA SoC Audio driver 31 #include "wm5102.h" 34 #define DRV_NAME "wm5102-codec" 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() 1767 .name = "wm5102-aif1", 1789 .name = "wm5102 2025 struct wm5102_priv *wm5102; wm5102_probe() local 2134 struct wm5102_priv *wm5102 = platform_get_drvdata(pdev); wm5102_remove() local [all...] |
H A D | Makefile | 247 snd-soc-wm5102-objs := wm5102.o 556 obj-$(CONFIG_SND_SOC_WM5102) += snd-soc-wm5102.o
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | Makefile | 13 snd-soc-sst-bytcr-wm5102-objs := bytcr_wm5102.o 62 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_WM5102_MACH) += snd-soc-sst-bytcr-wm5102.o
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | Makefile | 49 obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | Makefile | 42 arizona-objs += wm5102-tables.o
|
Completed in 8 milliseconds