Home
last modified time | relevance | path

Searched refs:wm8940 (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8940.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8940.yaml#
20 const: wlf,wm8940
43 compatible = "wlf,wm8940";
55 compatible = "wlf,wm8940";
/linux-6.15/sound/soc/codecs/
H A Dwm8940.c478 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component); in wm8940_set_bias_level() local
502 ret = regcache_sync(wm8940->regmap); in wm8940_set_bias_level()
826 struct wm8940_priv *wm8940; in wm8940_i2c_probe() local
829 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv), in wm8940_i2c_probe()
831 if (wm8940 == NULL) in wm8940_i2c_probe()
834 wm8940->regmap = devm_regmap_init_i2c(i2c, &wm8940_regmap); in wm8940_i2c_probe()
835 if (IS_ERR(wm8940->regmap)) in wm8940_i2c_probe()
836 return PTR_ERR(wm8940->regmap); in wm8940_i2c_probe()
838 i2c_set_clientdata(i2c, wm8940); in wm8940_i2c_probe()
H A DMakefile379 snd-soc-wm8940-y := wm8940.o
802 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o
/linux-6.15/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-btt3.dtsi107 compatible = "wlf,wm8940";