ASoC: audio-graph: fixup graph_dai_link_of_dpcm() comment
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 15 Oct 2019 02:52:52 +0000 (11:52 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 15 Oct 2019 09:13:29 +0000 (10:13 +0100)
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>
Link: https://lore.kernel.org/r/87eeze67p7.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card.c

index 6007e630573540eb62f003f4bebfbb16dcc8b70d..9ad35d9940fef6436761ed9d851e06610e7e138c 100644 (file)
@@ -232,7 +232,7 @@ static int graph_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";
@@ -263,7 +263,7 @@ static int graph_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";