mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -1636,8 +1636,9 @@
|
||||
* NONE,
|
||||
* TDMIN_LB, 6
|
||||
* LOOPBACK, 7
|
||||
* FRHDMIRX, 8
|
||||
*/
|
||||
resample_module = <3>;
|
||||
resample_module = <8>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -1631,8 +1631,9 @@
|
||||
* NONE,
|
||||
* TDMIN_LB, 6
|
||||
* LOOPBACK, 7
|
||||
* FRHDMIRX, 8
|
||||
*/
|
||||
resample_module = <3>;
|
||||
resample_module = <8>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user