Searched refs:wm8940 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8940.c | 3 * 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() 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", 756 struct wm8940_priv *wm8940; in wm8940_i2c_probe() local 759 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv), in wm8940_i2c_probe() 761 if (wm8940 in wm8940_i2c_probe() [all...] |
H A D | Makefile | 273 snd-soc-wm8940-objs := wm8940.o 582 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8940.c | 3 * wm8940.c -- WM8940 ALSA Soc Audio driver 37 #include "wm8940.h" 478 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() 738 .name = "wm8940-hifi", 764 * Check chip ID for wm8940 - value of 0x00 offset in wm8940_probe() 770 dev_err(component->dev, "Wrong wm8940 chip ID: 0x%x\n", reg); in wm8940_probe() 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 in wm8940_i2c_probe() [all...] |
H A D | Makefile | 347 snd-soc-wm8940-objs := wm8940.o 732 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o
|
/kernel/linux/linux-5.10/sound/soc/pxa/ |
H A D | imote2.c | 8 #include "../codecs/wm8940.h" 50 SND_SOC_DAILINK_DEFS(wm8940, 52 DAILINK_COMP_ARRAY(COMP_CODEC("wm8940-codec.0-0034", 53 "wm8940-hifi")), 62 SND_SOC_DAILINK_REG(wm8940),
|
Completed in 6 milliseconds