Home
last modified time | relevance | path

Searched refs:wm0010 (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dwm0010.c436 (wm0010->board_max_spi_speed < wm0010->max_spi_freq)) in wm0010_firmware_load()
861 wm0010 = devm_kzalloc(&spi->dev, sizeof(*wm0010), in wm0010_spi_probe()
863 if (!wm0010) in wm0010_spi_probe()
888 wm0010->dbvdd = devm_regulator_get(wm0010->dev, "DBVDD"); in wm0010_spi_probe()
895 wm0010->reset = devm_gpiod_get(wm0010->dev, "reset", GPIOD_OUT_HIGH); in wm0010_spi_probe()
897 return dev_err_probe(wm0010->dev, PTR_ERR(wm0010->reset), in wm0010_spi_probe()
917 wm0010->irq = irq; in wm0010_spi_probe()
943 if (wm0010->irq) in wm0010_spi_probe()
944 free_irq(wm0010->irq, wm0010); in wm0010_spi_probe()
957 if (wm0010->irq) in wm0010_spi_remove()
[all …]
H A DMakefile346 snd-soc-wm0010-y := wm0010.o
769 obj-$(CONFIG_SND_SOC_WM0010) += snd-soc-wm0010.o
/linux-6.15/sound/soc/samsung/
H A Dbells.c145 struct snd_soc_component *wm0010; in bells_late_probe() local
154 wm0010 = snd_soc_rtd_to_codec(rtd, 0)->component; in bells_late_probe()
169 ret = snd_soc_component_set_sysclk(wm0010, 0, 0, SYS_MCLK_RATE, 0); in bells_late_probe()
171 dev_err(wm0010->dev, "Failed to set WM0010 clock: %d\n", ret); in bells_late_probe()
/linux-6.15/Documentation/sound/soc/
H A Dcodec-to-codec.rst79 .cpu_dai_name = "wm0010-sdi2",
H A Dmachine.rst83 DAILINK_COMP_ARRAY(COMP_CODEC("spi0.0", "wm0010-sdi1")),