projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb13350
)
dm: sound: Rename en_sound_codec to sound_codec
author
Simon Glass
<sjg@chromium.org>
Mon, 3 Dec 2018 11:37:20 +0000
(
04:37
-0700)
committer
Simon Glass
<sjg@chromium.org>
Thu, 13 Dec 2018 23:32:49 +0000
(16:32 -0700)
The en_ prefix is confusing and not needed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/sound.h
patch
|
blob
|
history
diff --git
a/include/sound.h
b/include/sound.h
index 77bfe6a93b2ae89783ac6e416d2f9b34637391ca..149e12dbc603329a431de9f755d7203b3b3c2582 100644
(file)
--- a/
include/sound.h
+++ b/
include/sound.h
@@
-8,7
+8,7
@@
#define __SOUND_H__
/* sound codec enum */
-enum
en_
sound_codec {
+enum sound_codec {
CODEC_WM_8994,
CODEC_WM_8995,
CODEC_MAX_98095,
@@
-25,7
+25,7
@@
enum sound_compat {
struct sound_codec_info {
int i2c_bus;
int i2c_dev_addr;
- enum
en_
sound_codec codec_type;
+ enum sound_codec codec_type;
};
/*