提交 29a43aa9 编写于 作者: K Kuninori Morimoto 提交者: Mark Brown

ASoC: simple_card_utils: tidyup file comment/define

simple_card_utils was created as simple_card_core in 1st prototype,
and current code still have it. Let's tidyup
Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 6c1c06cb
/* /*
* simple_card_core.h * simple_card_utils.h
* *
* Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
* *
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#ifndef __SIMPLE_CARD_CORE_H #ifndef __SIMPLE_CARD_UTILS_H
#define __SIMPLE_CARD_CORE_H #define __SIMPLE_CARD_UTILS_H
#include <sound/soc.h> #include <sound/soc.h>
...@@ -68,4 +68,4 @@ void asoc_simple_card_canonicalize_cpu(struct snd_soc_dai_link *dai_link, ...@@ -68,4 +68,4 @@ void asoc_simple_card_canonicalize_cpu(struct snd_soc_dai_link *dai_link,
int asoc_simple_card_clean_reference(struct snd_soc_card *card); int asoc_simple_card_clean_reference(struct snd_soc_card *card);
#endif /* __SIMPLE_CARD_CORE_H */ #endif /* __SIMPLE_CARD_UTILS_H */
/* /*
* simple-card-core.c * simple-card-utils.c
* *
* Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册