Searched refs:sta529 (Results 1 – 2 of 2) sorted by relevance
112 struct sta529 { struct157 struct sta529 *sta529 = snd_soc_codec_get_drvdata(codec); in sta529_set_bias_level() local169 regcache_sync(sta529->regmap); in sta529_set_bias_level()339 struct sta529 *sta529; in sta529_i2c_probe() local342 sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL); in sta529_i2c_probe()343 if (!sta529) in sta529_i2c_probe()346 sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap); in sta529_i2c_probe()347 if (IS_ERR(sta529->regmap)) { in sta529_i2c_probe()348 ret = PTR_ERR(sta529->regmap); in sta529_i2c_probe()353 i2c_set_clientdata(i2c, sta529); in sta529_i2c_probe()
113 snd-soc-sta529-objs := sta529.o304 obj-$(CONFIG_SND_SOC_STA529) += snd-soc-sta529.o