summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/audioout-imx233.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-09-21 00:00:22 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2016-09-21 00:29:14 +0100
commit9dc4b00df1a997e8b9223c040c27392d1d2151e3 (patch)
tree4d158b9c16176f20536a51ee8cc07c855125734c /firmware/target/arm/imx233/audioout-imx233.c
parent1f8ea9fe27313228e5df67ce6447830b5c30e5e3 (diff)
downloadrockbox-9dc4b00df1a997e8b9223c040c27392d1d2151e3.tar.gz
rockbox-9dc4b00df1a997e8b9223c040c27392d1d2151e3.zip
imx233: fix recording gain
For some reason, there was a mismatch between the setting (decibel) and the audiohw code (centicel). This resulted in a gain divided by 10. This may explain why some people experienced low volume with the mic on the fuze+. Change-Id: I138ac18dd93c36f43a7dfce735efc826405c598c
Diffstat (limited to 'firmware/target/arm/imx233/audioout-imx233.c')
-rw-r--r--firmware/target/arm/imx233/audioout-imx233.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/audioout-imx233.c b/firmware/target/arm/imx233/audioout-imx233.c
index 6ebeb8a469..6c2c579536 100644
--- a/firmware/target/arm/imx233/audioout-imx233.c
+++ b/firmware/target/arm/imx233/audioout-imx233.c
@@ -54,7 +54,6 @@ static int hp_unmute_cb(struct timeout *tmo)
54 54
55void imx233_audioout_preinit(void) 55void imx233_audioout_preinit(void)
56{ 56{
57
58 /* Enable AUDIOOUT block */ 57 /* Enable AUDIOOUT block */
59 imx233_reset_block(&HW_AUDIOOUT_CTRL); 58 imx233_reset_block(&HW_AUDIOOUT_CTRL);
60 /* Enable digital filter clock */ 59 /* Enable digital filter clock */