diff options
-rw-r--r-- | include/sound/simple_card_utils.h | 8 | ||||
-rw-r--r-- | sound/soc/generic/simple-card-utils.c | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index fd6412551145..64e90ca9ad32 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * simple_card_core.h | 2 | * simple_card_utils.h |
3 | * | 3 | * |
4 | * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 4 | * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |
5 | * | 5 | * |
@@ -7,8 +7,8 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | */ | 9 | */ |
10 | #ifndef __SIMPLE_CARD_CORE_H | 10 | #ifndef __SIMPLE_CARD_UTILS_H |
11 | #define __SIMPLE_CARD_CORE_H | 11 | #define __SIMPLE_CARD_UTILS_H |
12 | 12 | ||
13 | #include <sound/soc.h> | 13 | #include <sound/soc.h> |
14 | 14 | ||
@@ -68,4 +68,4 @@ void asoc_simple_card_canonicalize_cpu(struct snd_soc_dai_link *dai_link, | |||
68 | 68 | ||
69 | int asoc_simple_card_clean_reference(struct snd_soc_card *card); | 69 | int asoc_simple_card_clean_reference(struct snd_soc_card *card); |
70 | 70 | ||
71 | #endif /* __SIMPLE_CARD_CORE_H */ | 71 | #endif /* __SIMPLE_CARD_UTILS_H */ |
diff --git a/sound/soc/generic/simple-card-utils.c b/sound/soc/generic/simple-card-utils.c index e5b80f53093a..cf026252cd4a 100644 --- a/sound/soc/generic/simple-card-utils.c +++ b/sound/soc/generic/simple-card-utils.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * simple-card-core.c | 2 | * simple-card-utils.c |
3 | * | 3 | * |
4 | * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 4 | * Copyright (c) 2016 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> |
5 | * | 5 | * |