diff options
Diffstat (limited to 'apps/dsp.c')
-rw-r--r-- | apps/dsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsp.c b/apps/dsp.c index 5b90b7c543..7eee7bab48 100644 --- a/apps/dsp.c +++ b/apps/dsp.c | |||
@@ -927,7 +927,7 @@ void dsp_set_eq(bool enable) | |||
927 | set_gain(&audio_dsp); | 927 | set_gain(&audio_dsp); |
928 | } | 928 | } |
929 | 929 | ||
930 | void dsp_set_stereo_width(int value) | 930 | static void dsp_set_stereo_width(int value) |
931 | { | 931 | { |
932 | long width, straight, cross; | 932 | long width, straight, cross; |
933 | 933 | ||
@@ -1023,7 +1023,7 @@ static void channels_process_sound_chan_karaoke(int count, int32_t *buf[]) | |||
1023 | } | 1023 | } |
1024 | #endif /* DSP_HAVE_ASM_SOUND_CHAN_KARAOKE */ | 1024 | #endif /* DSP_HAVE_ASM_SOUND_CHAN_KARAOKE */ |
1025 | 1025 | ||
1026 | void dsp_set_channel_config(int value) | 1026 | static void dsp_set_channel_config(int value) |
1027 | { | 1027 | { |
1028 | static const channels_process_fn_type channels_process_functions[] = | 1028 | static const channels_process_fn_type channels_process_functions[] = |
1029 | { | 1029 | { |