mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -1393,7 +1393,7 @@
|
||||
* LOOPBACK,
|
||||
*/
|
||||
resample_module = <3>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
aml_pwrdet: pwrdet {
|
||||
compatible = "amlogic, axg-power-detect";
|
||||
|
||||
@@ -1393,7 +1393,7 @@
|
||||
* LOOPBACK,
|
||||
*/
|
||||
resample_module = <3>;
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
aml_pwrdet: pwrdet {
|
||||
compatible = "amlogic, axg-power-detect";
|
||||
|
||||
Reference in New Issue
Block a user