From: Simon Glass Date: Mon, 3 Dec 2018 11:37:20 +0000 (-0700) Subject: dm: sound: Rename en_sound_codec to sound_codec X-Git-Tag: v2019.01-rc2~7^2~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ee53494d0e39b110bbfa4df828c0b70131013014;p=oweals%2Fu-boot.git dm: sound: Rename en_sound_codec to sound_codec The en_ prefix is confusing and not needed. Drop it. Signed-off-by: Simon Glass --- diff --git a/include/sound.h b/include/sound.h index 77bfe6a93b..149e12dbc6 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; }; /*