mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
62b730c999
PD#SWPL-117650 Problem: schedule hdr work occur concurrency issues lead not unmute: there may be quick switch between sdr->hdr->dv, the hdr->dv switch will cause the unmute contidion for sdr->hdr not satisfied, and thus it will keep mute. Solution: add new schedule work for sdr->hdr unmute, thus it will always forcely unmuted after mute period when sdr->hdr switch. Verify: s905D3 Test: s905D3 Change-Id: I8795801bf50b3d7a06e1a555d97c490dc363cdd6 Signed-off-by: hang cheng <hang.cheng@amlogic.com>