summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/dsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index 6520e52898..cbae49ab69 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -1083,6 +1083,7 @@ int dsp_callback(int msg, intptr_t param)
1083 break; 1083 break;
1084 case DSP_CALLBACK_SET_TREBLE: 1084 case DSP_CALLBACK_SET_TREBLE:
1085 treble = param; 1085 treble = param;
1086 break;
1086#endif 1087#endif
1087 case DSP_CALLBACK_SET_CHANNEL_CONFIG: 1088 case DSP_CALLBACK_SET_CHANNEL_CONFIG:
1088 dsp_set_channel_config(param); 1089 dsp_set_channel_config(param);