summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/dsp.c1
-rw-r--r--docs/CREDITS1
2 files changed, 2 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);
diff --git a/docs/CREDITS b/docs/CREDITS
index 321b2498db..6c8540779e 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -396,6 +396,7 @@ Mohamed Tarek
396Mike Burke 396Mike Burke
397Michael Chicoine 397Michael Chicoine
398Maciej Adamczak 398Maciej Adamczak
399Tomer Shalev
399 400
400The libmad team 401The libmad team
401The wavpack team 402The wavpack team