summaryrefslogtreecommitdiff
path: root/apps/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.h')
-rw-r--r--apps/dsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.h b/apps/dsp.h
index 5217224797..2f676d22bc 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -210,7 +210,7 @@ int dsp_process(char *dest, const char *src[], int count);
210int dsp_input_count(int count); 210int dsp_input_count(int count);
211int dsp_output_count(int count); 211int dsp_output_count(int count);
212int dsp_stereo_mode(void); 212int dsp_stereo_mode(void);
213bool dsp_configure(int setting, void *value); 213bool dsp_configure(int setting, intptr_t value);
214void dsp_set_replaygain(bool always); 214void dsp_set_replaygain(bool always);
215void dsp_set_crossfeed(bool enable); 215void dsp_set_crossfeed(bool enable);
216void dsp_set_crossfeed_direct_gain(int gain); 216void dsp_set_crossfeed_direct_gain(int gain);