Lines Matching refs:sta529
4 * sound/soc/codecs/sta529.c -- spear ALSA Soc codec driver
112 struct sta529 {
157 struct sta529 *sta529 = snd_soc_component_get_drvdata(component);
169 regcache_sync(sta529->regmap);
299 .name = "sta529-audio",
343 struct sta529 *sta529;
346 sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL);
347 if (!sta529)
350 sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap);
351 if (IS_ERR(sta529->regmap)) {
352 ret = PTR_ERR(sta529->regmap);
357 i2c_set_clientdata(i2c, sta529);
368 { "sta529", 0 },
374 { .compatible = "st,sta529", },
381 .name = "sta529",