Home
last modified time | relevance | path

Searched refs:cmpnt (Results 1 – 4 of 4) sorted by relevance

/sound/soc/intel/atom/
Dsst-atom-controls.c349 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in sst_algo_control_set() local
350 struct sst_data *drv = snd_soc_component_get_drvdata(cmpnt); in sst_algo_control_set()
353 dev_dbg(cmpnt->dev, "control_name=%s\n", kcontrol->id.name); in sst_algo_control_set()
361 dev_err(cmpnt->dev, "Invalid Input- algo type:%d\n", in sst_algo_control_set()
466 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in sst_gain_put() local
467 struct sst_data *drv = snd_soc_component_get_drvdata(cmpnt); in sst_gain_put()
477 dev_dbg(cmpnt->dev, "%s: Volume %d, %d\n", in sst_gain_put()
483 dev_dbg(cmpnt->dev, "%s: Mute %d\n", mc->pname, gv->mute); in sst_gain_put()
488 dev_dbg(cmpnt->dev, "%s: Ramp Delay%d\n", in sst_gain_put()
494 dev_err(cmpnt->dev, "Invalid Input- gain type:%d\n", in sst_gain_put()
[all …]
/sound/soc/
Dsoc-core.c2776 struct snd_soc_component *cmpnt; in snd_soc_register_component() local
2779 cmpnt = kzalloc(sizeof(*cmpnt), GFP_KERNEL); in snd_soc_register_component()
2780 if (!cmpnt) { in snd_soc_register_component()
2785 ret = snd_soc_component_initialize(cmpnt, cmpnt_drv, dev); in snd_soc_register_component()
2789 cmpnt->ignore_pmdown_time = true; in snd_soc_register_component()
2790 cmpnt->registered_as_component = true; in snd_soc_register_component()
2792 ret = snd_soc_register_dais(cmpnt, dai_drv, num_dai, true); in snd_soc_register_component()
2798 snd_soc_component_add(cmpnt); in snd_soc_register_component()
2803 snd_soc_component_cleanup(cmpnt); in snd_soc_register_component()
2805 kfree(cmpnt); in snd_soc_register_component()
[all …]
Dsoc-dapm.c2214 static ssize_t dapm_widget_show_component(struct snd_soc_component *cmpnt, in dapm_widget_show_component() argument
2217 struct snd_soc_dapm_context *dapm = snd_soc_component_get_dapm(cmpnt); in dapm_widget_show_component()
2226 if (!cmpnt->card) in dapm_widget_show_component()
2229 list_for_each_entry(w, &cmpnt->card->widgets, list) { in dapm_widget_show_component()
2287 struct snd_soc_component *cmpnt = rtd->codec_dais[i]->component; in dapm_widget_show() local
2289 count += dapm_widget_show_component(cmpnt, buf + count); in dapm_widget_show()
/sound/soc/intel/skylake/
Dskl-topology.c1102 static int skl_tplg_widget_load(struct snd_soc_component *cmpnt, in skl_tplg_widget_load() argument
1107 struct hdac_ext_bus *ebus = snd_soc_component_get_drvdata(cmpnt); in skl_tplg_widget_load()