audio: Play non-48K exception [1/1]
authornengqin.zhu <nengqin.zhu@amlogic.com>
Tue, 11 Jun 2019 05:41:35 +0000 (13:41 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Tue, 2 Jul 2019 09:30:37 +0000 (02:30 -0700)
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>
arch/arm/boot/dts/amlogic/tl1_t962x2_x301_1g.dts
arch/arm64/boot/dts/amlogic/tl1_t962x2_x301_1g.dts

index 01c79f4..5895fa9 100644 (file)
                 *      NONE,
                 *      TDMIN_LB, 6
                 *      LOOPBACK, 7
+                *      FRHDMIRX, 8
                 */
-               resample_module = <3>;
+               resample_module = <8>;
 
                status = "okay";
        };
index 4d02d95..41ca6e6 100644 (file)
                 *      NONE,
                 *      TDMIN_LB, 6
                 *      LOOPBACK, 7
+                *      FRHDMIRX, 8
                 */
-               resample_module = <3>;
+               resample_module = <8>;
 
                status = "okay";
        };