1
0
Fork 0
forked from len0rd/rockbox

Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-05-03 08:35:14 +00:00
parent 9c1ab1f057
commit e15f8a21a9
26 changed files with 47 additions and 26 deletions

View file

@ -927,7 +927,7 @@ void dsp_set_eq(bool enable)
set_gain(&audio_dsp);
}
void dsp_set_stereo_width(int value)
static void dsp_set_stereo_width(int value)
{
long width, straight, cross;
@ -1023,7 +1023,7 @@ static void channels_process_sound_chan_karaoke(int count, int32_t *buf[])
}
#endif /* DSP_HAVE_ASM_SOUND_CHAN_KARAOKE */
void dsp_set_channel_config(int value)
static void dsp_set_channel_config(int value)
{
static const channels_process_fn_type channels_process_functions[] =
{