Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dsta529.c112 struct sta529 { struct
157 struct sta529 *sta529 = snd_soc_component_get_drvdata(component); in sta529_set_bias_level() local
169 regcache_sync(sta529->regmap); in sta529_set_bias_level()
343 struct sta529 *sta529; in sta529_i2c_probe() local
346 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()
DMakefile209 snd-soc-sta529-objs := sta529.o
516 obj-$(CONFIG_SND_SOC_STA529) += snd-soc-sta529.o
/Linux-v5.10/arch/arm/boot/dts/
Dspear1340-evb.dts257 audio-codecs = <&incodec &outcodec &sta529 &sta529>;
258 codec_dai_name = "dir-hifi", "dit-hifi", "sta529-audio", "sta529-audio";
301 sta529: sta529@1a { label
302 compatible = "st,sta529";