audio: Disable Resample module for SPDIFIn [1/2]

PD#SWPL-9922

Problem:
  The spdif input doesn't work

Solution:
  Disable resample module for Spdif in

Verify:
  A113

Change-Id: I459555d485641884cc026459ebb4a92d99157d8a
Signed-off-by: yujie.wu <yujie.wu@amlogic.com>
This commit is contained in:
yujie.wu
2019-07-15 19:38:01 +08:00
committed by Tao Zeng
parent beac8b41e6
commit 0b3f192ebf
2 changed files with 2 additions and 2 deletions

View File

@@ -1393,7 +1393,7 @@
* LOOPBACK,
*/
resample_module = <3>;
status = "okay";
status = "disabled";
};
aml_pwrdet: pwrdet {
compatible = "amlogic, axg-power-detect";

View File

@@ -1393,7 +1393,7 @@
* LOOPBACK,
*/
resample_module = <3>;
status = "okay";
status = "disabled";
};
aml_pwrdet: pwrdet {
compatible = "amlogic, axg-power-detect";