Lines Matching defs:dai_link
34 struct snd_soc_dai_link *dai_link;
50 for_each_card_prelinks(card, i, dai_link) {
53 dev_dbg(card->dev, "dai_link %s id %d\n", dai_link->name, dai_link->id);
54 if (strstr(dai_link->name, "SimpleJack")) {
57 } else if (strstr(dai_link->name, "SmartAmp")) {
60 "sdca-%damp", dai_link->num_cpus);
63 } else if (strstr(dai_link->name, "SmartMic")) {
66 } else if (strstr(dai_link->name, "dmic")) {
81 } else if (strstr(dai_link->name, "iDisp")) {
88 "dai_link %s is not supported by separated tplg yet\n",
89 dai_link->name);
107 tplg_dev_name, dai_link->id);
113 dai_link->id);