Home
last modified time | relevance | path

Searched full:wm8728 (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dwm8728.c3 * wm8728.c -- WM8728 ALSA SoC Audio driver
28 #include "wm8728.h"
31 * We can't read the WM8728 register space so we cache them instead.
163 struct wm8728_priv *wm8728 = snd_soc_component_get_drvdata(component); in wm8728_set_bias_level() local
176 regcache_sync(wm8728->regmap); in wm8728_set_bias_level()
201 .name = "wm8728-hifi",
227 { .compatible = "wlf,wm8728", },
245 struct wm8728_priv *wm8728; in wm8728_spi_probe() local
248 wm8728 = devm_kzalloc(&spi->dev, sizeof(struct wm8728_priv), in wm8728_spi_probe()
250 if (wm8728 == NULL) in wm8728_spi_probe()
[all …]
Dwm8728.h3 * wm8728.h -- WM8728 ASoC codec driver
DMakefile350 snd-soc-wm8728-y := wm8728.o
762 obj-$(CONFIG_SND_SOC_WM8728) += snd-soc-wm8728.o
DKconfig2270 tristate "Wolfson Microelectronics WM8728 DAC"
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dwlf,wm8728.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8728.yaml#
7 title: WM8728 audio CODEC
17 const: wlf,wm8728
37 compatible = "wlf,wm8728";
/linux-6.12.1/sound/pci/ice1712/
Damp.h23 /* WM8728 on I2C for AV710 */
Damp.c43 /* Chaintech AV-710 has another WM8728 codec connected to PSDOUT4 in snd_vt1724_amp_init()
Dvt1720_mobo.c28 /* WM8728 codec */ in k8x800_init()