summaryrefslogtreecommitdiffstats
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)
break;
case DSP_CALLBACK_SET_TREBLE:
treble = param;
+ break;
#endif
case DSP_CALLBACK_SET_CHANNEL_CONFIG:
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
Mike Burke
Michael Chicoine
Maciej Adamczak
+Tomer Shalev
The libmad team
The wavpack team