Searched refs:sta529 (Results 1 – 3 of 3) sorted by relevance
112 struct sta529 { struct157 struct sta529 *sta529 = snd_soc_component_get_drvdata(component); in sta529_set_bias_level() local169 regcache_sync(sta529->regmap); in sta529_set_bias_level()343 struct sta529 *sta529; in sta529_i2c_probe() local346 sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL); in sta529_i2c_probe()347 if (!sta529) in sta529_i2c_probe()350 sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap); in sta529_i2c_probe()351 if (IS_ERR(sta529->regmap)) { in sta529_i2c_probe()352 ret = PTR_ERR(sta529->regmap); in sta529_i2c_probe()357 i2c_set_clientdata(i2c, sta529); in sta529_i2c_probe()
209 snd-soc-sta529-objs := sta529.o516 obj-$(CONFIG_SND_SOC_STA529) += snd-soc-sta529.o
257 audio-codecs = <&incodec &outcodec &sta529 &sta529>;258 codec_dai_name = "dir-hifi", "dit-hifi", "sta529-audio", "sta529-audio";301 sta529: sta529@1a { label302 compatible = "st,sta529";