Home
last modified time | relevance | path

Searched full:wm5102 (Results 1 – 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
Dwm5102.c3 * 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-aif2",
[all …]
Dwm5102.h3 * wm5102.h -- WM5102 ALSA SoC Audio driver
DMakefile247 snd-soc-wm5102-objs := wm5102.o
556 obj-$(CONFIG_SND_SOC_WM5102) += snd-soc-wm5102.o
Darizona.c976 case WM5102: in arizona_out_ev()
1026 case WM5102: in arizona_out_ev()
1699 case WM5102: in arizona_hw_params_rate()
1718 case WM5102: in arizona_hw_params_rate()
2178 case WM5102: in arizona_calc_fratio()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dwlf,arizona.yaml44 - wlf,wm5102
63 - wlf,wm5102
111 - wlf,wm5102
224 wm5102: codec@1a {
225 compatible = "wlf,wm5102";
/kernel/linux/linux-5.10/drivers/mfd/
Darizona-spi.c37 case WM5102: in arizona_spi_probe()
91 { "wm5102", WM5102 },
Darizona-i2c.c37 case WM5102: in arizona_i2c_probe()
95 { "wm5102", WM5102 },
Darizona.h3 * wm5102.h -- WM5102 MFD internals
Darizona-core.c565 case WM5102: in arizona_runtime_resume()
689 case WM5102: in arizona_runtime_suspend()
861 { .compatible = "wlf,wm5102", .data = (void *)WM5102 },
903 .name = "wm5102-codec",
1019 case WM5102: in arizona_dev_init()
1143 case WM5102: in arizona_dev_init()
1184 type_name = "WM5102"; in arizona_dev_init()
1185 if (arizona->type != WM5102) { in arizona_dev_init()
1187 "WM5102 registered as %d\n", in arizona_dev_init()
1189 arizona->type = WM5102; in arizona_dev_init()
[all …]
Darizona-irq.c218 case WM5102: in arizona_irq_init()
DMakefile49 obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
Dwm5102-tables.c3 * wm5102-tables.c -- WM5102 data tables
112 .name = "wm5102 AOD",
234 .name = "wm5102 IRQ",
DKconfig1853 bool "Wolfson Microelectronics WM5102"
1856 Support for Wolfson Microelectronics WM5102 low power audio SoC
/kernel/linux/linux-5.10/sound/soc/samsung/
Dbells.c13 #include "../codecs/wm5102.h"
280 DAILINK_COMP_ARRAY(COMP_CODEC("wm5102-codec", "wm5102-aif1")));
283 DAILINK_COMP_ARRAY(COMP_CPU("wm5102-aif2")),
287 DAILINK_COMP_ARRAY(COMP_CPU("wm5102-aif3")),
424 .name = "Bells WM5102",
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dwlf,arizona.yaml33 default. Entries are <IN1, IN2, IN3, IN4> (wm5102, wm5110, wm8280,
93 do not have OUT6 (wm5102, wm8997, wm8998, wm1814)
102 do not have OUT6 (wm5102, wm8997, wm8998, wm1814)
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Dmach-crag6410-module.c238 .modalias = "wm5102",
271 .modalias = "wm5102",
369 { .id = 0x3e, .rev = 0, .name = "WM5102-6271-EV1-CS127 Amrut",
373 { .id = 0x3e, .rev = -1, .name = "WM5102-6271-EV1-CS127 Amrut",
/kernel/linux/linux-5.10/include/linux/mfd/arizona/
Dcore.h29 WM5102 = 1, enumerator
Dpdata.h167 * wm5102/wm5110/wm8280/wm8997: [0]=IN1 [1]=IN2 [2]=IN3 [3]=IN4
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-arizona.c167 case WM5102: in arizona_gpio_probe()
/kernel/linux/linux-5.10/drivers/regulator/
Darizona-ldo1.c315 case WM5102: in arizona_ldo1_probe()
/kernel/linux/linux-5.10/drivers/extcon/
Dextcon-arizona.c1416 case WM5102: in arizona_extcon_probe()