diff --git a/firmware/drivers/audio/imx233-codec.c b/firmware/drivers/audio/imx233-codec.c index 4afdfc6f8b..7406a8d076 100644 --- a/firmware/drivers/audio/imx233-codec.c +++ b/firmware/drivers/audio/imx233-codec.c @@ -73,6 +73,8 @@ void audiohw_disable_recording(void) void audiohw_set_recvol(int left, int right, int type) { + left /= 5; + right /= 5; if(type == AUDIO_GAIN_LINEIN) { imx233_audioin_set_vol(false, left, AUDIOIN_SELECT_LINE1);