mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
febc7ad7c6
PD#SWPL-179917 Problem: 1. There's no power consumption limitation in early suspend state. 2. After pressing power key to enter suspend, audio hal would release audio_in lock slowly (after about 300ms or more), and audio hal would send mbox cmd for pcm read and get latency. 3. After audio_in lock released, audio hal needsend mbox cmd to check DSP VAD keywords wakeup first before Google katniss receive the screen wakeup event. Solution: 1. DSP do not enter power off while in early suspend. 2. Host driver do not switch clk if ffv is supported. Verify: sc2 Change-Id: I79768a691ac07af60fa8dc7e471254937398f727 Signed-off-by: bangzheng.liu <bangzheng.liu@amlogic.com>