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

Signed-off-by: Simon Glass <s...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to