Lines Matching refs:dai
167 struct snd_sof_dai *dai;
199 dai = swidget->private;
200 memcpy(comp, &dai->comp_dai,
267 /* restore dai links */
268 list_for_each_entry_reverse(dai, &sdev->dai_list, list) {
270 struct sof_ipc_dai_config *config = dai->dai_config;
274 dai->name);
282 * the dai config in the DSP.
294 "error: failed to set dai config for %s\n",
295 dai->name);
333 /* match with PCM dai name */
426 struct snd_sof_dai *dai;
428 list_for_each_entry(dai, &sdev->dai_list, list) {
429 if (dai->name && (strcmp(name, dai->name) == 0))
430 return dai;