Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260805
b: refs/heads/master
c: 1c8371d
h: refs/heads/master
i:
  260803: 9c0fbe0
v: v3
  • Loading branch information
Wolfram Sang authored and Mark Brown committed Jul 19, 2011
1 parent 6477d3d commit ed20882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7be4ba24a3ea53bc8ade841635e4d4a59e98ceb5
refs/heads/master: 1c8371d61e3a8e65fe6ef4ac535d1cd6d8ec7650
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit ed20882

Please sign in to comment.