mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
29987bef3274d8568575d44fb257e4254652c369
PD#SWPL-153870 Problem: it happened under run after switch ARC/eARC on/off. root cause:it happened by the below flow: 1.audio hal set eARC format as ddp. 2.TDM start and trigger same source, it set eARC format as stereo pcm. 3.audio hal send ddp data to eARC device node, but eARC format is pcm, clock is slow, and happened under run. Solution: when eARC open function is called, it isn't same source case, we use format by the audio hal set. Verify: Android U T7C Change-Id: I2295d7a4841b0580e1d768ce2f79313c5f669cbe Signed-off-by: jian zhou <jian.zhou@amlogic.com>
Description
No description provided
Languages
C
98.9%
Perl
0.4%
Makefile
0.4%
Shell
0.2%