summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-04 15:47:51 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-04 15:47:51 +0000
commit830a3a4720331ea3153f01b504222da3dd1f436a (patch)
treef9aaaafd3f3afb7d4f5474e2235ad6db39495d66 /apps/gui/gwps.h
parentab90d58801e95d01dc286a8919c7d5823d81ec41 (diff)
downloadrockbox-830a3a4720331ea3153f01b504222da3dd1f436a.tar.gz
rockbox-830a3a4720331ea3153f01b504222da3dd1f436a.zip
* Make some private variables 'static'.
* Fix the pitch tag and allow it to be used on all targets except the Archos Player. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13020 a1c6a512-1295-4272-9138-f99709370657
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