Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dsta350.c306 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_get() local
312 mutex_lock(&sta350->coeff_lock); in sta350_coefficient_get()
315 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get()
321 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get()
323 regmap_write(sta350->regmap, STA350_CFADDR2, index); in sta350_coefficient_get()
325 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get()
327 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get()
334 regmap_read(sta350->regmap, STA350_B1CF1 + i, &val); in sta350_coefficient_get()
339 mutex_unlock(&sta350->coeff_lock); in sta350_coefficient_get()
348 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_put() local
[all …]
DMakefile246 snd-soc-sta350-objs := sta350.o
599 obj-$(CONFIG_SND_SOC_STA350) += snd-soc-sta350.o
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dst,sta350.txt7 - compatible: "st,sta350"
115 codec: sta350@38 {
116 compatible = "st,sta350";