Lines Matching refs:widget

232 	dev_dbg(scomp->dev, "Get input audio formats for %s\n", swidget->widget->name);  in sof_ipc4_get_audio_fmt()
259 dev_dbg(scomp->dev, "Get output audio formats for %s\n", swidget->widget->name); in sof_ipc4_get_audio_fmt()
310 swidget->widget->name, &swidget->uuid); in sof_ipc4_widget_set_module_info()
355 dev_dbg(scomp->dev, "Updating IPC structure for %s\n", swidget->widget->name); in sof_ipc4_widget_setup_pcm()
374 swidget->widget->name); in sof_ipc4_widget_setup_pcm()
392 dev_dbg(scomp->dev, "host copier '%s' node_type %u\n", swidget->widget->name, node_type); in sof_ipc4_widget_setup_pcm()
456 dev_dbg(scomp->dev, "Updating IPC structure for %s\n", swidget->widget->name); in sof_ipc4_widget_setup_comp_dai()
475 swidget->widget->name); in sof_ipc4_widget_setup_comp_dai()
499 dev_dbg(scomp->dev, "dai %s node_type %u dai_type %u dai_index %d\n", swidget->widget->name, in sof_ipc4_widget_setup_comp_dai()
518 if (w->widget->sname && in sof_ipc4_widget_setup_comp_dai()
519 strcmp(w->widget->sname, swidget->widget->sname)) in sof_ipc4_widget_setup_comp_dai()
633 swidget->widget->name, swidget->pipeline_id, in sof_ipc4_widget_setup_comp_pipeline()
685 swidget->widget->name, gain->data.curve_type, gain->data.curve_duration, in sof_ipc4_widget_setup_comp_pga()
729 dev_dbg(scomp->dev, "Updating IPC structure for %s\n", swidget->widget->name); in sof_ipc4_widget_setup_comp_mixer()
760 dev_dbg(scomp->dev, "Updating IPC structure for %s\n", swidget->widget->name); in sof_ipc4_widget_setup_comp_src()
862 swidget->widget->name); in sof_ipc4_widget_assign_instance_id()
885 dev_err(sdev->dev, "no reference formats for %s\n", swidget->widget->name); in sof_ipc4_init_audio_fmt()
905 dev_err(sdev->dev, "no formats available for %s\n", swidget->widget->name); in sof_ipc4_init_audio_fmt()
942 dev_dbg(sdev->dev, "Init input audio formats for %s\n", swidget->widget->name); in sof_ipc4_init_audio_fmt()
946 dev_dbg(sdev->dev, "Init output audio formats for %s\n", swidget->widget->name); in sof_ipc4_init_audio_fmt()
1119 dev_dbg(sdev->dev, "copier %s, type %d", swidget->widget->name, swidget->id); in sof_ipc4_prepare_copier_module()
1194 swidget->id, swidget->widget->name); in sof_ipc4_prepare_copier_module()
1240 if (w->widget->sname && in sof_ipc4_prepare_copier_module()
1241 strcmp(w->widget->sname, swidget->widget->sname)) in sof_ipc4_prepare_copier_module()
1300 dev_dbg(sdev->dev, "copier %s, IPC size is %d", swidget->widget->name, ipc_size); in sof_ipc4_prepare_copier_module()
1529 swidget->widget->name); in sof_ipc4_widget_setup()
1540 swidget->widget->name, swidget->instance_id, swidget->pipeline_id, swidget->core); in sof_ipc4_widget_setup()
1547 dev_err(sdev->dev, "failed to create module %s\n", swidget->widget->name); in sof_ipc4_widget_setup()
1580 swidget->widget->name); in sof_ipc4_widget_free()
1604 src_widget->widget->name, sink_widget->widget->name); in sof_ipc4_route_setup()
1623 __func__, src_widget->widget->name, sink_widget->widget->name); in sof_ipc4_route_setup()
1641 src_widget->widget->name, sink_widget->widget->name); in sof_ipc4_route_free()
1660 src_widget->widget->name, sink_widget->widget->name); in sof_ipc4_route_free()
1677 swidget->widget->name); in sof_ipc4_dai_config()
1916 .widget = tplg_ipc4_widget_ops,