Home
last modified time | relevance | path

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

/linux/include/sound/
A Dsoc-topology.h57 unsigned int *kcontrol_type; /* kcontrol type: mixer, enum, bytes */ member
/linux/sound/soc/
A Dsoc-topology.c1425 unsigned int *kcontrol_type = NULL; in soc_tplg_dapm_widget_create() local
1483 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1485 if (!kcontrol_type) in soc_tplg_dapm_widget_create()
1499 kcontrol_type[i] = SND_SOC_TPLG_TYPE_MIXER; in soc_tplg_dapm_widget_create()
1512 kcontrol_type[i] = SND_SOC_TPLG_TYPE_ENUM; in soc_tplg_dapm_widget_create()
1521 kcontrol_type[i] = SND_SOC_TPLG_TYPE_BYTES; in soc_tplg_dapm_widget_create()
1557 widget->dobj.widget.kcontrol_type = kcontrol_type; in soc_tplg_dapm_widget_create()
/linux/sound/soc/sof/
A Dcontrol.c634 if (widget->dobj.widget.kcontrol_type[i] == type && in snd_sof_control_notify()
A Dtopology.c2104 switch (widget->dobj.widget.kcontrol_type[i]) { in sof_get_control_data()
2119 widget->dobj.widget.kcontrol_type[i], in sof_get_control_data()
2135 if (widget->dobj.widget.kcontrol_type[i] == SND_SOC_TPLG_TYPE_BYTES && in sof_get_control_data()
2541 switch (widget->dobj.widget.kcontrol_type[i]) { in sof_widget_unload()

Completed in 250 milliseconds