Home
last modified time | relevance | path

Searched refs:sta529 (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Dsta529.c112 struct sta529 { struct
157 struct sta529 *sta529 = snd_soc_codec_get_drvdata(codec); in sta529_set_bias_level() local
169 regcache_sync(sta529->regmap); in sta529_set_bias_level()
339 struct sta529 *sta529; in sta529_i2c_probe() local
342 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()
DMakefile113 snd-soc-sta529-objs := sta529.o
304 obj-$(CONFIG_SND_SOC_STA529) += snd-soc-sta529.o