sta529            157 sound/soc/codecs/sta529.c 	struct sta529 *sta529 = snd_soc_component_get_drvdata(component);
sta529            169 sound/soc/codecs/sta529.c 			regcache_sync(sta529->regmap);
sta529            342 sound/soc/codecs/sta529.c 	struct sta529 *sta529;
sta529            345 sound/soc/codecs/sta529.c 	sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL);
sta529            346 sound/soc/codecs/sta529.c 	if (!sta529)
sta529            349 sound/soc/codecs/sta529.c 	sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap);
sta529            350 sound/soc/codecs/sta529.c 	if (IS_ERR(sta529->regmap)) {
sta529            351 sound/soc/codecs/sta529.c 		ret = PTR_ERR(sta529->regmap);
sta529            356 sound/soc/codecs/sta529.c 	i2c_set_clientdata(i2c, sta529);