summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--sound/soc/amlogic/auge/effects_hw_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amlogic/auge/effects_hw_v2.c b/sound/soc/amlogic/auge/effects_hw_v2.c
index e6b22ab..63b0f31 100644
--- a/sound/soc/amlogic/auge/effects_hw_v2.c
+++ b/sound/soc/amlogic/auge/effects_hw_v2.c
@@ -184,7 +184,7 @@ void aed_set_volume(
(Rch_vol << 8) | /* channel 2 volume: 0dB */
(Lch_vol << 0) /* channel 1 volume: 0dB */
);
- eqdrc_write(AED_EQ_VOLUME_SLEW_CNT, 0x200); /*10ms*/
+ eqdrc_write(AED_EQ_VOLUME_SLEW_CNT, 0x2); /*40ms from -120dB~0dB*/
eqdrc_write(AED_MUTE, 0);
}