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, 0 insertions, 1 deletions
diff --git a/apps/dsp.h b/apps/dsp.h
index 11b20b1866..f86a4d9989 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -54,7 +54,6 @@ 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);
58void sound_set_pitch(int r); 57void sound_set_pitch(int r);
59int sound_get_pitch(void); 58int sound_get_pitch(void);
60#endif 59#endif