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",
341 struct sta529 *sta529;
344 sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL);
345 if (!sta529)
348 sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap);
349 if (IS_ERR(sta529->regmap)) {
350 ret = PTR_ERR(sta529->regmap);
355 i2c_set_clientdata(i2c, sta529);
366 { "sta529", 0 },
372 { .compatible = "st,sta529", },
379 .name = "sta529",