Searched refs:sta32x (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/sound/soc/codecs/ |
| D | sta32x.c | 274 struct sta32x_priv *sta32x = snd_soc_codec_get_drvdata(codec); in sta32x_coefficient_get() local 280 mutex_lock(&sta32x->coeff_lock); in sta32x_coefficient_get() 283 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get() 289 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get() 291 regmap_write(sta32x->regmap, STA32X_CFADDR2, index); in sta32x_coefficient_get() 293 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get() 295 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get() 302 regmap_read(sta32x->regmap, STA32X_B1CF1 + i, &val); in sta32x_coefficient_get() 307 mutex_unlock(&sta32x->coeff_lock); in sta32x_coefficient_get() 316 struct sta32x_priv *sta32x = snd_soc_codec_get_drvdata(codec); in sta32x_coefficient_put() local [all …]
|
| D | Makefile | 111 snd-soc-sta32x-objs := sta32x.o 302 obj-$(CONFIG_SND_SOC_STA32X) += snd-soc-sta32x.o
|
| /linux-4.4.14/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 7 - compatible: "st,sta32x" 76 codec: sta32x@38 { 77 compatible = "st,sta32x";
|