Lines Matching full:widget
35 dev_err(sdev->dev, "%s: can't find widget with id %d\n", __func__, in sof_ipc3_set_get_kcontrol_data()
47 * widget use_count would always be > 0 in this case. For the others, in sof_ipc3_set_get_kcontrol_data()
48 * just return the cached value if the widget is not set up. in sof_ipc3_set_get_kcontrol_data()
553 struct snd_soc_dapm_widget *widget; in sof_ipc3_control_update() local
598 widget = swidget->widget; in sof_ipc3_control_update()
599 for (i = 0; i < widget->num_kcontrols; i++) { in sof_ipc3_control_update()
601 if (widget->dobj.widget.kcontrol_type[i] == type && in sof_ipc3_control_update()
602 widget->kcontrol_news[i].index == cdata->index) { in sof_ipc3_control_update()
603 kc = widget->kcontrols[i]; in sof_ipc3_control_update()
668 /* set up all controls for the widget */ in sof_ipc3_widget_kcontrol_setup()
675 "kcontrol %d set up failed for widget %s\n", in sof_ipc3_widget_kcontrol_setup()
676 scontrol->comp_id, swidget->widget->name); in sof_ipc3_widget_kcontrol_setup()
692 "kcontrol %d read failed for widget %s\n", in sof_ipc3_widget_kcontrol_setup()
693 scontrol->comp_id, swidget->widget->name); in sof_ipc3_widget_kcontrol_setup()