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:
parent
105eef98fa
commit
0229e94545
2 changed files with 2 additions and 0 deletions
|
@ -1083,6 +1083,7 @@ int dsp_callback(int msg, intptr_t param)
|
||||||
break;
|
break;
|
||||||
case DSP_CALLBACK_SET_TREBLE:
|
case DSP_CALLBACK_SET_TREBLE:
|
||||||
treble = param;
|
treble = param;
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
case DSP_CALLBACK_SET_CHANNEL_CONFIG:
|
case DSP_CALLBACK_SET_CHANNEL_CONFIG:
|
||||||
dsp_set_channel_config(param);
|
dsp_set_channel_config(param);
|
||||||
|
|
|
@ -396,6 +396,7 @@ Mohamed Tarek
|
||||||
Mike Burke
|
Mike Burke
|
||||||
Michael Chicoine
|
Michael Chicoine
|
||||||
Maciej Adamczak
|
Maciej Adamczak
|
||||||
|
Tomer Shalev
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue