Searched refs:sta32x (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | sta32x.c | 272 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); in sta32x_coefficient_get() local 278 mutex_lock(&sta32x->coeff_lock); in sta32x_coefficient_get() 281 regmap_read(sta32x->regmap, STA32X_CFUD, &cfud); in sta32x_coefficient_get() 287 regmap_write(sta32x->regmap, STA32X_CFUD, cfud); in sta32x_coefficient_get() 289 regmap_write(sta32x->regmap, STA32X_CFADDR2, index); in sta32x_coefficient_get() 291 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x04); in sta32x_coefficient_get() 293 regmap_write(sta32x->regmap, STA32X_CFUD, cfud | 0x08); in sta32x_coefficient_get() 300 regmap_read(sta32x->regmap, STA32X_B1CF1 + i, &val); in sta32x_coefficient_get() 305 mutex_unlock(&sta32x->coeff_lock); in sta32x_coefficient_get() 314 struct sta32x_priv *sta32x = snd_soc_component_get_drvdata(component); in sta32x_coefficient_put() local [all …]
|
| H A D | Makefile | 225 snd-soc-sta32x-objs := sta32x.o 550 obj-$(CONFIG_SND_SOC_STA32X) += snd-soc-sta32x.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta32x.txt | 7 - compatible: "st,sta32x" 83 codec: sta32x@38 { 84 compatible = "st,sta32x";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | pxa300-raumfeld-speaker-one.dts | 100 compatible = "st,sta32x";
|