mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
audio: tune audio volume slew time [1/1]
PD#SWPL-5845 Problem: audio playback too slow Solution: change audio volume slew time Verify: Locally test on X301 Change-Id: I48c920037cac852aaa01818bb02eaa8991c1df6b Signed-off-by: Zhe Wang <Zhe.Wang@amlogic.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user