summaryrefslogtreecommitdiff
path: root/apps/dsp.h
diff options
context:
space:
mode:
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);
54bool dsp_configure(int setting, void *value); 54bool dsp_configure(int setting, void *value);
55void dsp_set_replaygain(bool always); 55void dsp_set_replaygain(bool always);
56void dsp_set_crossfeed(bool enable); 56void dsp_set_crossfeed(bool enable);
57void dsp_set_eq(bool enable);
57void sound_set_pitch(int r); 58void sound_set_pitch(int r);
58int sound_get_pitch(void); 59int sound_get_pitch(void);
59#endif 60#endif