Home
last modified time | relevance | path

Searched full:wm8940 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dwlf,wm8940.yaml4 $id: http://devicetree.org/schemas/sound/wlf,wm8940.yaml#
7 title: Wolfson WM8940 Codec
17 const: wlf,wm8940
40 compatible = "wlf,wm8940";
52 compatible = "wlf,wm8940";
/Linux-v6.1/sound/soc/codecs/
Dwm8940.c3 * wm8940.c -- WM8940 ALSA Soc Audio driver
37 #include "wm8940.h"
469 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component); in wm8940_set_bias_level() local
493 ret = regcache_sync(wm8940->regmap); in wm8940_set_bias_level()
551 "WM8940 N value %d outwith recommended range!d\n", in pll_factors()
618 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component); in wm8940_set_dai_sysclk() local
626 wm8940->sysclk = freq; in wm8940_set_dai_sysclk()
675 .name = "wm8940-hifi",
754 struct wm8940_priv *wm8940; in wm8940_i2c_probe() local
757 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv), in wm8940_i2c_probe()
[all …]
Dwm8940.h3 * wm8940.h -- WM8940 Soc Audio driver
16 /* WM8940 register space */
DMakefile321 snd-soc-wm8940-objs := wm8940.o
680 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o
DKconfig1921 tristate "Wolfson Microelectronics WM8940 codec"