Searched refs:sta350 (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
D | sta350.c | 309 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_get() local 315 mutex_lock(&sta350->coeff_lock); in sta350_coefficient_get() 318 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 324 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 326 regmap_write(sta350->regmap, STA350_CFADDR2, index); in sta350_coefficient_get() 328 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 330 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 337 regmap_read(sta350->regmap, STA350_B1CF1 + i, &val); in sta350_coefficient_get() 342 mutex_unlock(&sta350->coeff_lock); in sta350_coefficient_get() 351 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_put() local [all …]
|
D | Makefile | 208 snd-soc-sta350-objs := sta350.o 515 obj-$(CONFIG_SND_SOC_STA350) += snd-soc-sta350.o
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 7 - compatible: "st,sta350" 115 codec: sta350@38 { 116 compatible = "st,sta350";
|