Skip to content

Commit 29a43aa

Browse files
morimotobroonie
authored andcommitted
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: Kuninori Morimoto <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 6c1c06c commit 29a43aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/sound/simple_card_utils.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* simple_card_core.h
2+
* simple_card_utils.h
33
*
44
* Copyright (c) 2016 Kuninori Morimoto <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License version 2 as
88
* published by the Free Software Foundation.
99
*/
10-
#ifndef __SIMPLE_CARD_CORE_H
11-
#define __SIMPLE_CARD_CORE_H
10+
#ifndef __SIMPLE_CARD_UTILS_H
11+
#define __SIMPLE_CARD_UTILS_H
1212

1313
#include <sound/soc.h>
1414

@@ -68,4 +68,4 @@ void asoc_simple_card_canonicalize_cpu(struct snd_soc_dai_link *dai_link,
6868

6969
int asoc_simple_card_clean_reference(struct snd_soc_card *card);
7070

71-
#endif /* __SIMPLE_CARD_CORE_H */
71+
#endif /* __SIMPLE_CARD_UTILS_H */

sound/soc/generic/simple-card-utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* simple-card-core.c
2+
* simple-card-utils.c
33
*
44
* Copyright (c) 2016 Kuninori Morimoto <[email protected]>
55
*

0 commit comments

Comments
 (0)