Lines Matching defs:wm8990
3 * wm8990.c -- WM8990 ALSA Soc Audio driver
26 #include "wm8990.h"
880 struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component);
882 wm8990->sysclk = freq;
1019 struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component);
1034 ret = regcache_sync(wm8990->regmap);
1132 regcache_mark_dirty(wm8990->regmap);
1165 .name = "wm8990-hifi",
1226 struct wm8990_priv *wm8990;
1229 wm8990 = devm_kzalloc(&i2c->dev, sizeof(struct wm8990_priv),
1231 if (wm8990 == NULL)
1234 i2c_set_clientdata(i2c, wm8990);
1243 { "wm8990", 0 },
1250 .name = "wm8990",