[U-Boot] [PATCH 04/30] dm: sound: Rename en_sound_codec to sound_codec

Simon Glass sjg at chromium.org
Mon Dec 3 11:37:20 UTC 2018


The en_ prefix is confusing and not needed. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/sound.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sound.h b/include/sound.h
index 77bfe6a93b2..149e12dbc60 100644
--- 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;
 };
 
 /*
-- 
2.20.0.rc1.387.gf8505762e3-goog



More information about the U-Boot mailing list