Lines Matching full:widget

27 	/* find widget associated with the control */  in sof_ipc4_set_get_kcontrol_data()
36 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name); in sof_ipc4_set_get_kcontrol_data()
47 * widget use_count would always be > 0 in this case. For the others, in sof_ipc4_set_get_kcontrol_data()
48 * just return the cached value if the widget is not set up. in sof_ipc4_set_get_kcontrol_data()
169 /* find widget associated with the control */ in sof_ipc4_volume_put()
178 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name); in sof_ipc4_volume_put()
311 /* find widget associated with the control */ in sof_ipc4_switch_put()
320 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name); in sof_ipc4_switch_put()
370 /* find widget associated with the control */ in sof_ipc4_enum_put()
379 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name); in sof_ipc4_enum_put()
661 struct snd_soc_dapm_widget *widget; in sof_ipc4_control_update() local
697 dev_err(sdev->dev, "%s: Failed to find widget for module %u.%u\n", in sof_ipc4_control_update()
724 "%s: Failed to find control on widget %s: %u:%u\n", in sof_ipc4_control_update()
725 __func__, swidget->widget->name, ndata->event_id & 0xffff, in sof_ipc4_control_update()
765 widget = swidget->widget; in sof_ipc4_control_update()
766 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc4_control_update()
768 if (widget->dobj.widget.kcontrol_type[i] == type && in sof_ipc4_control_update()
769 widget->kcontrol_news[i].index == cdata->index) { in sof_ipc4_control_update()
770 kc = widget->kcontrols[i]; in sof_ipc4_control_update()
782 /* set up all controls for the widget */
811 "kcontrol %d set up failed for widget %s\n", in sof_ipc4_widget_kcontrol_setup()
812 scontrol->comp_id, swidget->widget->name); in sof_ipc4_widget_kcontrol_setup()