summaryrefslogtreecommitdiff
path: root/apps/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.c')
-rw-r--r--apps/dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index 5b90b7c..7eee7ba 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -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[] =
{