Lines Matching refs:strcmp
316 if (!strcmp(w->name, "MTKAIF_PIN")) {
587 if (!strcmp(codec_dai->component->name, MAX98390_DEV0_NAME))
590 if (!strcmp(codec_dai->component->name, MAX98390_DEV1_NAME))
593 if (!strcmp(codec_dai->component->name, MAX98390_DEV2_NAME))
596 if (!strcmp(codec_dai->component->name, MAX98390_DEV3_NAME))
1018 if (strcmp(w->name, "Headphone"))
1092 if (strcmp(dai_link->name, "DPTX_BE") == 0) {
1093 if (strcmp(dai_link->codecs->dai_name, "snd-soc-dummy-dai"))
1095 } else if (strcmp(dai_link->name, "ETDM3_OUT_BE") == 0) {
1096 if (strcmp(dai_link->codecs->dai_name, "snd-soc-dummy-dai"))
1098 } else if (strcmp(dai_link->name, "DL_SRC_BE") == 0 ||
1099 strcmp(dai_link->name, "UL_SRC_BE") == 0) {
1104 } else if (strcmp(dai_link->name, "ETDM1_OUT_BE") == 0 ||
1105 strcmp(dai_link->name, "ETDM2_OUT_BE") == 0 ||
1106 strcmp(dai_link->name, "ETDM1_IN_BE") == 0 ||
1107 strcmp(dai_link->name, "ETDM2_IN_BE") == 0) {
1108 if (!strcmp(dai_link->codecs->dai_name, MAX98390_CODEC_DAI)) {
1114 } else if (!strcmp(dai_link->codecs->dai_name, NAU8825_CODEC_DAI)) {
1122 if (strcmp(dai_link->codecs->dai_name, "snd-soc-dummy-dai")) {