Searched refs:wm8940 (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dwm8940.c3 * wm8940.c -- WM8940 ALSA Soc Audio driver
37 #include "wm8940.h"
478 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component); local
502 ret = regcache_sync(wm8940->regmap);
738 .name = "wm8940-hifi",
764 * Check chip ID for wm8940 - value of 0x00 offset
770 dev_err(component->dev, "Wrong wm8940 chip ID: 0x%x\n", reg);
826 struct wm8940_priv *wm8940; local
829 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv),
831 if (wm8940
[all...]
H A DMakefile358 snd-soc-wm8940-y := wm8940.o
757 obj-$(CONFIG_SND_SOC_WM8940) += snd-soc-wm8940.o

Completed in 308 milliseconds