diff mbox series

ASoC: simple-card: fixup simple_dai_link_of_dpcm() comment

Message ID 87ftju67pi.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 848704f39ff61f3f618975a76d6379f2848359a8
Headers show
Series ASoC: simple-card: fixup simple_dai_link_of_dpcm() comment | expand

Commit Message

Kuninori Morimoto Oct. 15, 2019, 2:52 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

The comment is wrong.
This patch fixup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/generic/simple-card.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Daniel Baluta Oct. 15, 2019, 6:49 a.m. UTC | #1
On Tue, Oct 15, 2019 at 5:52 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
>
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> The comment is wrong.
> This patch fixup it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>

> ---
>  sound/soc/generic/simple-card.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
> index fc9c753..10b82bf 100644
> --- a/sound/soc/generic/simple-card.c
> +++ b/sound/soc/generic/simple-card.c
> @@ -149,7 +149,7 @@ static int simple_dai_link_of_dpcm(struct asoc_simple_priv *priv,
>         if (li->cpu) {
>                 int is_single_links = 0;
>
> -               /* BE is dummy */
> +               /* Codec is dummy */
>                 codecs->of_node         = NULL;
>                 codecs->dai_name        = "snd-soc-dummy-dai";
>                 codecs->name            = "snd-soc-dummy";
> @@ -179,7 +179,7 @@ static int simple_dai_link_of_dpcm(struct asoc_simple_priv *priv,
>         } else {
>                 struct snd_soc_codec_conf *cconf;
>
> -               /* FE is dummy */
> +               /* CPU is dummy */
>                 cpus->of_node           = NULL;
>                 cpus->dai_name          = "snd-soc-dummy-dai";
>                 cpus->name              = "snd-soc-dummy";
> --
> 2.7.4
>
diff mbox series

Patch

diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index fc9c753..10b82bf 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -149,7 +149,7 @@  static int simple_dai_link_of_dpcm(struct asoc_simple_priv *priv,
 	if (li->cpu) {
 		int is_single_links = 0;
 
-		/* BE is dummy */
+		/* Codec is dummy */
 		codecs->of_node		= NULL;
 		codecs->dai_name	= "snd-soc-dummy-dai";
 		codecs->name		= "snd-soc-dummy";
@@ -179,7 +179,7 @@  static int simple_dai_link_of_dpcm(struct asoc_simple_priv *priv,
 	} else {
 		struct snd_soc_codec_conf *cconf;
 
-		/* FE is dummy */
+		/* CPU is dummy */
 		cpus->of_node		= NULL;
 		cpus->dai_name		= "snd-soc-dummy-dai";
 		cpus->name		= "snd-soc-dummy";