mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
cd60bb271e
PD#SWPL-195444 Problem: multiple applications accessing the dsp at the same time, which will malloc multiple times, but the same address may be free when kfree Solution: add mutex Verify: sc2 Change-Id: I5043a055e4a8ed7d06e89a8e0542a4bf9de678f3 Signed-off-by: Liming Xue <liming.xue@amlogic.com>