diff --git a/sound/soc/msm/msm8952-dai-links.c b/sound/soc/msm/msm8952-dai-links.c index b0216b0ff28e..a1ec0405a3ed 100644 --- a/sound/soc/msm/msm8952-dai-links.c +++ b/sound/soc/msm/msm8952-dai-links.c @@ -1236,7 +1236,11 @@ struct snd_soc_card *populate_snd_card_dailinks(struct device *dev) return NULL; } - if (!strcmp(card->name, "msm8952-tomtom-snd-card")) { + if (!strcmp(card->name, "msm8952-tomtom-snd-card") +#if defined(CONFIG_PROJECT_GTS28VE) || defined(CONFIG_PROJECT_GTS210VE) + && false +#endif + ) { len1 = ARRAY_SIZE(msm8952_common_fe_dai); len2 = len1 + ARRAY_SIZE(msm8952_tomtom_fe_dai); len3 = len2 + ARRAY_SIZE(msm8952_common_be_dai); diff --git a/sound/soc/msm/msm8952_rt5659.c b/sound/soc/msm/msm8952_rt5659.c index a944c0843417..4a1199c0632e 100644 --- a/sound/soc/msm/msm8952_rt5659.c +++ b/sound/soc/msm/msm8952_rt5659.c @@ -3017,7 +3017,7 @@ static struct snd_soc_codec_conf msm8952_codec_conf[] = { static struct snd_soc_card bear_card = { /* snd_soc_card_msm8952 */ - .name = "msm8952-rt5659-snd-card", + .name = "msm8952-tomtom-snd-card", .dai_link = msm8952_dai, .num_links = ARRAY_SIZE(msm8952_dai), .controls = rt5659_controls,