Fix FS #8361 - Custom stereo width reset by changing treble on e200. Thanks to Tomer Shalev for the investigation work and the patch.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17976 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/dsp.c b/apps/dsp.c
index 6520e52..cbae49a 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -1083,6 +1083,7 @@
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 321b249..6c85407 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -396,6 +396,7 @@
Mike Burke
Michael Chicoine
Maciej Adamczak
+Tomer Shalev
The libmad team
The wavpack team