Searched refs:sta350 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | sta350.c | 313 struct sta350_priv *sta350 = snd_soc_codec_get_drvdata(codec); in sta350_coefficient_get() local 319 mutex_lock(&sta350->coeff_lock); in sta350_coefficient_get() 322 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 328 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 330 regmap_write(sta350->regmap, STA350_CFADDR2, index); in sta350_coefficient_get() 332 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 334 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 341 regmap_read(sta350->regmap, STA350_B1CF1 + i, &val); in sta350_coefficient_get() 346 mutex_unlock(&sta350->coeff_lock); in sta350_coefficient_get() 355 struct sta350_priv *sta350 = snd_soc_codec_get_drvdata(codec); in sta350_coefficient_put() local [all …]
|
D | Makefile | 112 snd-soc-sta350-objs := sta350.o 303 obj-$(CONFIG_SND_SOC_STA350) += snd-soc-sta350.o
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 7 - compatible: "st,sta350" 115 codec: sta350@38 { 116 compatible = "st,sta350";
|