From ed20882676e8f35a728dd92c2daa136ed1138467 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Sun, 17 Jul 2011 18:00:26 +0200 Subject: [PATCH] --- yaml --- r: 260805 b: refs/heads/master c: 1c8371d61e3a8e65fe6ef4ac535d1cd6d8ec7650 h: refs/heads/master i: 260803: 9c0fbe0f8dbb259437993b5988e663c980788a97 v: v3 --- [refs] | 2 +- trunk/sound/soc/soc-core.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 99dabc76c759..23426468d4c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7be4ba24a3ea53bc8ade841635e4d4a59e98ceb5 +refs/heads/master: 1c8371d61e3a8e65fe6ef4ac535d1cd6d8ec7650 diff --git a/trunk/sound/soc/soc-core.c b/trunk/sound/soc/soc-core.c index 93109a4e2bc8..83ad8ca27490 100644 --- a/trunk/sound/soc/soc-core.c +++ b/trunk/sound/soc/soc-core.c @@ -1141,7 +1141,7 @@ static int soc_probe_dai_link(struct snd_soc_card *card, int num, int order) } } cpu_dai->probed = 1; - /* mark cpu_dai as probed and add to card cpu_dai list */ + /* mark cpu_dai as probed and add to card dai list */ list_add(&cpu_dai->card_list, &card->dai_dev_list); } @@ -1172,7 +1172,7 @@ static int soc_probe_dai_link(struct snd_soc_card *card, int num, int order) } } - /* mark cpu_dai as probed and add to card cpu_dai list */ + /* mark codec_dai as probed and add to card dai list */ codec_dai->probed = 1; list_add(&codec_dai->card_list, &card->dai_dev_list); }