Lines Matching refs:dais
1328 struct snd_soc_dai_driver *dais;
1333 /* PDM dais are only tested for now */
1334 dais = devm_kcalloc(dev, num_dais, sizeof(*dais), GFP_KERNEL);
1335 if (!dais)
1339 dais[i].name = devm_kasprintf(dev, GFP_KERNEL, "SDW Pin%d", i);
1340 if (!dais[i].name)
1344 stream = &dais[i].playback;
1346 stream = &dais[i].capture;
1353 dais[i].ops = &qcom_swrm_pdm_dai_ops;
1354 dais[i].id = i;
1359 dais, num_dais);