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 ab42d73b24..f87037d368 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -65,6 +65,7 @@ int dsp_input_count(struct dsp_config *dsp, int count);
65int dsp_output_count(struct dsp_config *dsp, int count); 65int dsp_output_count(struct dsp_config *dsp, int count);
66intptr_t dsp_configure(struct dsp_config *dsp, int setting, 66intptr_t dsp_configure(struct dsp_config *dsp, int setting,
67 intptr_t value); 67 intptr_t value);
68int get_replaygain_mode(bool have_track_gain, bool have_album_gain);
68void dsp_set_replaygain(void); 69void dsp_set_replaygain(void);
69void dsp_set_crossfeed(bool enable); 70void dsp_set_crossfeed(bool enable);
70void dsp_set_crossfeed_direct_gain(int gain); 71void dsp_set_crossfeed_direct_gain(int gain);