Home
last modified time | relevance | path

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

/linux-6.1.9/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()
341 struct sta529 *sta529; in sta529_i2c_probe() local
344 sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL); in sta529_i2c_probe()
345 if (!sta529) in sta529_i2c_probe()
348 sta529->regmap = devm_regmap_init_i2c(i2c, &sta529_regmap); in sta529_i2c_probe()
349 if (IS_ERR(sta529->regmap)) { in sta529_i2c_probe()
350 ret = PTR_ERR(sta529->regmap); in sta529_i2c_probe()
355 i2c_set_clientdata(i2c, sta529); in sta529_i2c_probe()
DMakefile247 snd-soc-sta529-objs := sta529.o
600 obj-$(CONFIG_SND_SOC_STA529) += snd-soc-sta529.o
/linux-6.1.9/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";