mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
dm: sound: Rename en_sound_codec to sound_codec
The en_ prefix is confusing and not needed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
eb13350216
commit
ee53494d0e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue