Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dsta350.c305 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_get() local
311 mutex_lock(&sta350->coeff_lock); in sta350_coefficient_get()
314 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get()
320 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get()
322 regmap_write(sta350->regmap, STA350_CFADDR2, index); in sta350_coefficient_get()
324 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get()
326 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get()
333 regmap_read(sta350->regmap, STA350_B1CF1 + i, &val); in sta350_coefficient_get()
338 mutex_unlock(&sta350->coeff_lock); in sta350_coefficient_get()
347 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_put() local
[all …]
H A DMakefile295 snd-soc-sta350-y := sta350.o
705 obj-$(CONFIG_SND_SOC_STA350) += snd-soc-sta350.o
/linux/Documentation/devicetree/bindings/sound/
H A Dst,sta350.txt7 - compatible: "st,sta350"
115 codec: sta350@38 {
116 compatible = "st,sta350";