From: Liam Girdwood <lrg@ti.com>
To: Wolfram Sang <w.sang@pengutronix.de>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: Re: [PATCH] ASoC: core: make comments fit the code
Date: Mon, 18 Jul 2011 13:03:25 +0100 [thread overview]
Message-ID: <4E24210D.3050308@ti.com> (raw)
In-Reply-To: <1310918426-24194-1-git-send-email-w.sang@pengutronix.de>
On 17/07/11 17:00, Wolfram Sang wrote:
> In one comment, cpu_dai was mentioned although codec_dai was used in the
> code. Also, fix the name for the card dai list which has no seperation
> into card_dai and codec_dai.
>
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
> Cc: Liam Girdwood <lrg@ti.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
> ---
> sound/soc/soc-core.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
> index d75043e..ba95444 100644
> --- a/sound/soc/soc-core.c
> +++ b/sound/soc/soc-core.c
> @@ -1631,7 +1631,7 @@ static int soc_probe_dai_link(struct snd_soc_card *card, int num)
> }
> }
> 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);
> }
>
> @@ -1672,7 +1672,7 @@ static int soc_probe_dai_link(struct snd_soc_card *card, int num)
> }
> }
>
> - /* 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);
> }
next prev parent reply other threads:[~2011-07-18 12:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-17 16:00 [PATCH] ASoC: core: make comments fit the code Wolfram Sang
2011-07-18 12:03 ` Liam Girdwood [this message]
2011-07-19 15:21 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E24210D.3050308@ti.com \
--to=lrg@ti.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=w.sang@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.