diff options
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 1463656d03..bd817dcb2f 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -28,11 +28,11 @@ #define S1A0903X01 0x01 /* Samsung */ #define TEA5767 0x02 /* Philips */ -/* CONFIG_HWCODEC */ +/* CONFIG_CODEC */ #define MAS3587F 3587 #define MAS3507D 3507 #define MAS3539F 3539 -#define MASNONE 1 /* if codec is done by SW */ +#define SWCODEC 1 /* if codec is done by SW */ /* CONFIG_CPU */ #define SH7034 7034 |