wm8990            967 sound/soc/codecs/wm8990.c 	struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component);
wm8990            969 sound/soc/codecs/wm8990.c 	wm8990->sysclk = freq;
wm8990           1106 sound/soc/codecs/wm8990.c 	struct wm8990_priv *wm8990 = snd_soc_component_get_drvdata(component);
wm8990           1121 sound/soc/codecs/wm8990.c 			ret = regcache_sync(wm8990->regmap);
wm8990           1219 sound/soc/codecs/wm8990.c 		regcache_mark_dirty(wm8990->regmap);
wm8990           1323 sound/soc/codecs/wm8990.c 	struct wm8990_priv *wm8990;
wm8990           1326 sound/soc/codecs/wm8990.c 	wm8990 = devm_kzalloc(&i2c->dev, sizeof(struct wm8990_priv),
wm8990           1328 sound/soc/codecs/wm8990.c 	if (wm8990 == NULL)
wm8990           1331 sound/soc/codecs/wm8990.c 	i2c_set_clientdata(i2c, wm8990);