Lines Matching defs:sdev
19 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component);
36 return sof_ipc_tx_message_no_reply(sdev->ipc, &stream, sizeof(stream));
44 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component);
46 struct sof_ipc_fw_version *v = &sdev->fw_ready.version;
123 ret = sof_ipc_tx_message(sdev->ipc, &pcm, sizeof(pcm),
131 ret = snd_sof_set_stream_data_offset(sdev, &spcm->stream[substream->stream],
146 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component);
179 return sof_ipc_tx_message_no_reply(sdev->ipc, &stream, sizeof(stream));
182 static void ssp_dai_config_pcm_params_match(struct snd_sof_dev *sdev, const char *link_name,
193 list_for_each_entry(dai, &sdev->dai_list, list) {
201 dev_dbg(sdev->dev, "DAI config %d matches pcm hw params\n", i);
217 struct snd_sof_dev *sdev = snd_soc_component_get_drvdata(component);
256 ssp_dai_config_pcm_params_match(sdev, (char *)rtd->dai_link->name, params);