Lines Matching defs:wm8940
3 * wm8940.c -- WM8940 ALSA Soc Audio driver
37 #include "wm8940.h"
469 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component);
493 ret = regcache_sync(wm8940->regmap);
618 struct wm8940_priv *wm8940 = snd_soc_component_get_drvdata(component);
626 wm8940->sysclk = freq;
675 .name = "wm8940-hifi",
756 struct wm8940_priv *wm8940;
759 wm8940 = devm_kzalloc(&i2c->dev, sizeof(struct wm8940_priv),
761 if (wm8940 == NULL)
764 wm8940->regmap = devm_regmap_init_i2c(i2c, &wm8940_regmap);
765 if (IS_ERR(wm8940->regmap))
766 return PTR_ERR(wm8940->regmap);
768 i2c_set_clientdata(i2c, wm8940);
777 { "wm8940", 0 },
784 .name = "wm8940",