summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index c18fc0c4e3..02a83085b9 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -122,9 +122,11 @@ enum wps_token_type {
122 WPS_TOKEN_BATTERY_CHARGING, 122 WPS_TOKEN_BATTERY_CHARGING,
123 WPS_TOKEN_BATTERY_SLEEPTIME, 123 WPS_TOKEN_BATTERY_SLEEPTIME,
124 124
125#if (CONFIG_CODEC == SWCODEC)
126 /* Sound */ 125 /* Sound */
126#if (CONFIG_CODEC != MAS3507D)
127 WPS_TOKEN_SOUND_PITCH, 127 WPS_TOKEN_SOUND_PITCH,
128#endif
129#if (CONFIG_CODEC == SWCODEC)
128 WPS_TOKEN_REPLAYGAIN, 130 WPS_TOKEN_REPLAYGAIN,
129#endif 131#endif
130 132