Home
last modified time | relevance | path

Searched refs:kcontrol_type (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dsoc-topology.h60 unsigned int kcontrol_type; /* kcontrol type: mixer, enum, bytes */ member
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-topology.h57 unsigned int *kcontrol_type; /* kcontrol type: mixer, enum, bytes */ member
/kernel/linux/linux-5.10/sound/soc/
H A 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-6.6/sound/soc/
H A Dsoc-topology.c1300 unsigned int *kcontrol_type = NULL; in soc_tplg_dapm_widget_create() local
1360 kcontrol_type = devm_kcalloc(tplg->dev, le32_to_cpu(w->num_kcontrols), sizeof(unsigned int), in soc_tplg_dapm_widget_create()
1362 if (!kcontrol_type) { in soc_tplg_dapm_widget_create()
1378 kcontrol_type[i] = SND_SOC_TPLG_TYPE_MIXER; in soc_tplg_dapm_widget_create()
1391 kcontrol_type[i] = SND_SOC_TPLG_TYPE_ENUM; in soc_tplg_dapm_widget_create()
1400 kcontrol_type[i] = SND_SOC_TPLG_TYPE_BYTES; in soc_tplg_dapm_widget_create()
1436 widget->dobj.widget.kcontrol_type = kcontrol_type; in soc_tplg_dapm_widget_create()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc3-control.c601 if (widget->dobj.widget.kcontrol_type[i] == type && in sof_ipc3_control_update()
H A Dipc3-topology.c790 switch (widget->dobj.widget.kcontrol_type[i]) { in sof_get_control_data()
805 widget->dobj.widget.kcontrol_type[i], widget->name); in sof_get_control_data()
816 if (widget->dobj.widget.kcontrol_type[i] == SND_SOC_TPLG_TYPE_BYTES) { in sof_get_control_data()
H A Dtopology.c1652 switch (widget->dobj.widget.kcontrol_type[i]) { in sof_widget_unload()
1668 dev_warn(scomp->dev, "unsupported kcontrol_type\n"); in sof_widget_unload()
/kernel/linux/linux-5.10/sound/soc/sof/
H A 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()
2632 dev_warn(scomp->dev, "unsupported kcontrol_type\n"); in sof_widget_unload()

Completed in 27 milliseconds