Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsoc-topology.h60 unsigned int kcontrol_type; /* kcontrol type: mixer, enum, bytes */ member
/kernel/linux/linux-5.10/sound/soc/
Dsoc-topology.c460 if (dobj->widget.kcontrol_type == SND_SOC_TPLG_TYPE_ENUM) { in remove_widget()
481 if (dobj->widget.kcontrol_type in remove_widget()
1593 unsigned int kcontrol_type; in soc_tplg_dapm_widget_create() local
1637 kcontrol_type = 0; in soc_tplg_dapm_widget_create()
1653 kcontrol_type = SND_SOC_TPLG_TYPE_MIXER; /* volume mixer */ in soc_tplg_dapm_widget_create()
1668 kcontrol_type = SND_SOC_TPLG_TYPE_ENUM; /* enumerated mixer */ in soc_tplg_dapm_widget_create()
1679 kcontrol_type = SND_SOC_TPLG_TYPE_BYTES; /* bytes control */ in soc_tplg_dapm_widget_create()
1714 widget->dobj.widget.kcontrol_type = kcontrol_type; in soc_tplg_dapm_widget_create()
/kernel/linux/linux-5.10/sound/soc/sof/
Dtopology.c2131 switch (widget->dobj.widget.kcontrol_type) { in sof_get_control_data()
2146 widget->dobj.widget.kcontrol_type, in sof_get_control_data()
2616 switch (dobj->widget.kcontrol_type) { in sof_widget_unload()