Searched full:wm8728 (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8728.c | 3 * 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 …]
|
D | wm8728.h | 3 * wm8728.h -- WM8728 ASoC codec driver
|
D | Makefile | 350 snd-soc-wm8728-y := wm8728.o 762 obj-$(CONFIG_SND_SOC_WM8728) += snd-soc-wm8728.o
|
D | Kconfig | 2270 tristate "Wolfson Microelectronics WM8728 DAC"
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | wlf,wm8728.yaml | 4 $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/ |
D | amp.h | 23 /* WM8728 on I2C for AV710 */
|
D | amp.c | 43 /* Chaintech AV-710 has another WM8728 codec connected to PSDOUT4 in snd_vt1724_amp_init()
|
D | vt1720_mobo.c | 28 /* WM8728 codec */ in k8x800_init()
|