summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/skin_tokens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c
index 1cff83eb9a..75c3203066 100644
--- a/apps/gui/skin_engine/skin_tokens.c
+++ b/apps/gui/skin_engine/skin_tokens.c
@@ -126,7 +126,7 @@ char* get_dir(char* buf, int buf_size, const char* path, int level)
126 return buf; 126 return buf;
127} 127}
128 128
129#if (CONFIG_CODEC != MAS3507D) && defined (HAVE_PITCHCONTROL) 129#if defined (HAVE_PITCHCONTROL)
130/* A helper to determine the enum value for pitch/speed. 130/* A helper to determine the enum value for pitch/speed.
131 131
132 When there are two choices (i.e. boolean), return 1 if the value is 132 When there are two choices (i.e. boolean), return 1 if the value is
@@ -1452,7 +1452,7 @@ const char *get_token_value(struct gui_wps *gwps,
1452 } 1452 }
1453#endif /* (CONFIG_CODEC == SWCODEC) */ 1453#endif /* (CONFIG_CODEC == SWCODEC) */
1454 1454
1455#if (CONFIG_CODEC != MAS3507D) && defined (HAVE_PITCHCONTROL) 1455#if defined (HAVE_PITCHCONTROL)
1456 case SKIN_TOKEN_SOUND_PITCH: 1456 case SKIN_TOKEN_SOUND_PITCH:
1457 { 1457 {
1458 int32_t pitch = sound_get_pitch(); 1458 int32_t pitch = sound_get_pitch();