mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: slightly rework 3D audio setting
The old code made the setting appear as 0dB, 1.5dB, 3dB and 4.5dB when in fact it is 0dB, 3dB, 4.5dB and 6dB. This commit clarifies the code and also fix this at the same time. This imx233 3D enhancement is complete crap anyway but now you can satisfy yourself with 6 dB of pure crap, clearly an enhancement. Change-Id: Ia3e088987c1ff0cdde228905ff70f46476a499a2
This commit is contained in:
parent
bfd3b08312
commit
af81cc4a93
3 changed files with 16 additions and 9 deletions
|
|
@ -60,7 +60,7 @@ void imx233_audioout_set_hp_vol(int vol_l, int vol_r);
|
|||
void imx233_audioout_set_freq(int fsel);
|
||||
/* select between DAC and Line1 */
|
||||
void imx233_audioout_select_hp_input(bool line1);
|
||||
/* value in 1.5dB steps, from 0dB to 6dB */
|
||||
/* value is uses register encoding: 0=Off, 1=3dB, 2=4.5dB, 3=6dB */
|
||||
void imx233_audioout_set_3d_effect(int val);
|
||||
/* enable/disable speaker amplifier */
|
||||
void imx233_audioout_enable_spkr(bool en);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue