Searched refs:sta350 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | sta350.c | 39 #include <sound/sta350.h> 40 #include "sta350.h" 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 in sta350_coefficient_get() 351 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_coefficient_put() local 387 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_sync_coef_shadow() local 415 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_cache_sync() local 613 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_set_dai_sysclk() local 633 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_set_dai_fmt() local 682 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_hw_params() local 809 sta350_startup_sequence(struct sta350_priv *sta350) sta350_startup_sequence() argument 836 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_set_bias_level() local 912 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_probe() local 1044 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_remove() local 1092 sta350_probe_dt(struct device *dev, struct sta350_priv *sta350) sta350_probe_dt() argument 1194 struct sta350_priv *sta350; sta350_i2c_probe() local [all...] |
H A D | Makefile | 208 snd-soc-sta350-objs := sta350.o 515 obj-$(CONFIG_SND_SOC_STA350) += snd-soc-sta350.o
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | sta350.c | 39 #include <sound/sta350.h> 40 #include "sta350.h" 306 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); in sta350_coefficient_get() local 312 mutex_lock(&sta350->coeff_lock); in sta350_coefficient_get() 315 regmap_read(sta350->regmap, STA350_CFUD, &cfud); in sta350_coefficient_get() 321 regmap_write(sta350->regmap, STA350_CFUD, cfud); in sta350_coefficient_get() 323 regmap_write(sta350->regmap, STA350_CFADDR2, index); in sta350_coefficient_get() 325 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x04); in sta350_coefficient_get() 327 regmap_write(sta350->regmap, STA350_CFUD, cfud | 0x08); in sta350_coefficient_get() 334 regmap_read(sta350 in sta350_coefficient_get() 348 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_coefficient_put() local 384 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_sync_coef_shadow() local 412 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_cache_sync() local 610 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_set_dai_sysclk() local 630 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_set_dai_fmt() local 679 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_hw_params() local 806 sta350_startup_sequence(struct sta350_priv *sta350) sta350_startup_sequence() argument 833 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_set_bias_level() local 909 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_probe() local 1041 struct sta350_priv *sta350 = snd_soc_component_get_drvdata(component); sta350_remove() local 1088 sta350_probe_dt(struct device *dev, struct sta350_priv *sta350) sta350_probe_dt() argument 1182 struct sta350_priv *sta350; sta350_i2c_probe() local [all...] |
H A D | Makefile | 269 snd-soc-sta350-objs := sta350.o 648 obj-$(CONFIG_SND_SOC_STA350) += snd-soc-sta350.o
|
Completed in 6 milliseconds