projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47cbea2
)
ASoC: simple-card: fixup simple_dai_link_of_dpcm() comment
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Tue, 15 Oct 2019 02:52:41 +0000
(11:52 +0900)
committer
Mark Brown
<broonie@kernel.org>
Tue, 15 Oct 2019 09:12:54 +0000
(10:12 +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/87ftju67pi.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c
patch
|
blob
|
history
diff --git
a/sound/soc/generic/simple-card.c
b/sound/soc/generic/simple-card.c
index fc9c753db8dd3afef1393e9065dff53c2366fe24..10b82bf043d1ab190e50895c67907c30b8cf6457 100644
(file)
--- 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";