audio: Play non-48K exception [1/1]

PD# SWPL-9328

Problem:
memory is 1G,the sound was intermittent
when hdmi play music of non-48k sampling rate

Solution:
set resample module src

Verify:
test ok using x301

Change-Id: I2245161a58a014b9dfbf0324799f5e8bd4acd184
Signed-off-by: nengqin.zhu <nengqin.zhu@amlogic.com>
This commit is contained in:
nengqin.zhu
2019-06-11 13:41:35 +08:00
committed by Jianxin Pan
parent c834af9bb5
commit 39702ff6fe
2 changed files with 4 additions and 2 deletions

View File

@@ -1636,8 +1636,9 @@
* NONE,
* TDMIN_LB, 6
* LOOPBACK, 7
* FRHDMIRX, 8
*/
resample_module = <3>;
resample_module = <8>;
status = "okay";
};

View File

@@ -1631,8 +1631,9 @@
* NONE,
* TDMIN_LB, 6
* LOOPBACK, 7
* FRHDMIRX, 8
*/
resample_module = <3>;
resample_module = <8>;
status = "okay";
};