};
 
 static struct snd_soc_card snd_soc_tegra_wm8753 = {
+       .components = "codec:wm8753",
        .dai_link = &tegra_wm8753_dai,
        .num_links = 1,
        .fully_routed = true,
 };
 
 static struct snd_soc_card snd_soc_tegra_wm9712 = {
+       .components = "codec:wm9712",
        .dai_link = &tegra_wm9712_dai,
        .num_links = 1,
        .fully_routed = true,
 };
 
 static struct snd_soc_card snd_soc_tegra_sgtl5000 = {
+       .components = "codec:sgtl5000",
        .dai_link = &tegra_sgtl5000_dai,
        .num_links = 1,
        .fully_routed = true,
 };
 
 static struct snd_soc_card snd_soc_tegra_trimslice = {
+       .components = "codec:tlv320aic23",
        .dai_link = &tegra_tlv320aic23_dai,
        .num_links = 1,
        .dapm_widgets = trimslice_dapm_widgets,
 };
 
 static struct snd_soc_card snd_soc_tegra_rt5677 = {
+       .components = "codec:rt5677",
        .dai_link = &tegra_rt5677_dai,
        .num_links = 1,
        .fully_routed = true,
 };
 
 static struct snd_soc_card snd_soc_tegra_rt5640 = {
+       .components = "codec:rt5640",
        .dai_link = &tegra_rt5640_dai,
        .num_links = 1,
        .fully_routed = true,
 };
 
 static struct snd_soc_card snd_soc_tegra_rt5632 = {
+       .components = "codec:rt5632",
        .dai_link = &tegra_rt5632_dai,
        .num_links = 1,
        .fully_routed = true,