Lines Matching refs:dais
690 struct snd_soc_dai_driver *dais;
695 /* PDM dais are only tested for now */
696 dais = devm_kcalloc(dev, num_dais, sizeof(*dais), GFP_KERNEL);
697 if (!dais)
701 dais[i].name = devm_kasprintf(dev, GFP_KERNEL, "SDW Pin%d", i);
702 if (!dais[i].name)
706 stream = &dais[i].playback;
708 stream = &dais[i].capture;
715 dais[i].ops = &qcom_swrm_pdm_dai_ops;
716 dais[i].id = i;
721 dais, num_dais);