1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dan Everton 2008-07-07 08:11:52 +00:00
parent 105eef98fa
commit 0229e94545
2 changed files with 2 additions and 0 deletions

View file

@ -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);

View file

@ -396,6 +396,7 @@ Mohamed Tarek
Mike Burke
Michael Chicoine
Maciej Adamczak
Tomer Shalev
The libmad team
The wavpack team