All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: core: make comments fit the code
@ 2011-07-17 16:00 Wolfram Sang
  2011-07-18 12:03 ` Liam Girdwood
  2011-07-19 15:21 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2011-07-17 16:00 UTC (permalink / raw)
  To: alsa-devel; +Cc: Mark Brown, Wolfram Sang, Liam Girdwood

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>
---
 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);
 	}
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: core: make comments fit the code
  2011-07-17 16:00 [PATCH] ASoC: core: make comments fit the code Wolfram Sang
@ 2011-07-18 12:03 ` Liam Girdwood
  2011-07-19 15:21 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-07-18 12:03 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: alsa-devel@alsa-project.org, Mark Brown

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);
>  	}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: core: make comments fit the code
  2011-07-17 16:00 [PATCH] ASoC: core: make comments fit the code Wolfram Sang
  2011-07-18 12:03 ` Liam Girdwood
@ 2011-07-19 15:21 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-07-19 15:21 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: alsa-devel, Liam Girdwood

On Sun, Jul 17, 2011 at 06:00:26PM +0200, 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.

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-19 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 16:00 [PATCH] ASoC: core: make comments fit the code Wolfram Sang
2011-07-18 12:03 ` Liam Girdwood
2011-07-19 15:21 ` Mark Brown

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.