summaryrefslogtreecommitdiffstats
path: root/apps/dsp.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-04 23:15:15 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-04 23:15:15 +0000
commit621bcc22940aed0242ed1795491a400521d2394d (patch)
tree4e2436a360db85c5b2cbe82b71a525e682b37738 /apps/dsp.h
parent2fcd1b09d4514856153dee14f55ba5bbd10d43a8 (diff)
downloadrockbox-621bcc22940aed0242ed1795491a400521d2394d.tar.gz
rockbox-621bcc22940aed0242ed1795491a400521d2394d.zip
The simulator should use the keypad period key, not the regular one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/dsp.h')
-rw-r--r--apps/dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dsp.h b/apps/dsp.h
index f86a4d9989..11b20b1866 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -54,6 +54,7 @@ int dsp_stereo_mode(void);
bool dsp_configure(int setting, void *value);
void dsp_set_replaygain(bool always);
void dsp_set_crossfeed(bool enable);
+void dsp_set_eq(bool enable);
void sound_set_pitch(int r);
int sound_get_pitch(void);
#endif