1
0
Fork 0
forked from len0rd/rockbox

Should've had dsp_replaygain_set_gains as static for now...

...because currently gains are only set through dsp_configure.

Change-Id: I2866473a82fdd5f41de4705b45928daa7e43f8eb
This commit is contained in:
Michael Sevakis 2012-04-30 17:51:05 -04:00
parent 8f9e3b10a5
commit f5d9a45e3f
2 changed files with 6 additions and 7 deletions

View file

@ -53,7 +53,6 @@ struct dsp_replay_gains
};
void dsp_replaygain_set_settings(const struct replaygain_settings *settings);
void dsp_replaygain_set_gains(const struct dsp_replay_gains *gains);
#ifdef HAVE_PITCHSCREEN
void sound_set_pitch(int32_t ratio);