Lines Matching defs:sdev
18 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(scontrol->scomp);
20 const struct sof_ipc_ops *iops = sdev->ipc->ops;
27 list_for_each_entry(swidget, &sdev->widget_list, list) {
35 dev_err(sdev->dev, "%s: can't find widget with id %d\n", __func__,
98 ret = iops->set_get_data(sdev, cdata, cdata->rhdr.hdr.size, set);
115 ret = iops->set_get_data(sdev, cdata, cdata->rhdr.hdr.size, set);
550 static void sof_ipc3_control_update(struct snd_sof_dev *sdev, void *ipc_control_message)
566 dev_err(sdev->dev, "Component data is not supported in control notification\n");
571 list_for_each_entry(swidget, &sdev->widget_list, list) {
594 dev_err(sdev->dev, "Unknown cmd %u in %s\n", cdata->cmd, __func__);
645 dev_err(sdev->dev, "Component notification size mismatch\n");
662 static int sof_ipc3_widget_kcontrol_setup(struct snd_sof_dev *sdev,
669 list_for_each_entry(scontrol, &sdev->kcontrol_list, list)
674 dev_err(sdev->dev,
691 dev_warn(sdev->dev,