ARM: dts: msm: update PCM device node to low latency mode for msm8996
Update PCM device node from ULLPP mode to low latency mode which has matrix to match to different backend ports. Change-Id: I71e3bde88b8a14b6975b51d4c739e5993162313d CRs-fixed: 940415 Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
This commit is contained in:
parent
dcd10b0229
commit
82b3c904c7
1 changed files with 2 additions and 2 deletions
|
@ -2973,11 +2973,11 @@
|
|||
qcom,msm-pcm-dsp-id = <0>;
|
||||
};
|
||||
|
||||
pcm1: qcom,msm-pcm-ull-post-processing {
|
||||
pcm1: qcom,msm-pcm-low-latency {
|
||||
compatible = "qcom,msm-pcm-dsp";
|
||||
qcom,msm-pcm-dsp-id = <1>;
|
||||
qcom,msm-pcm-low-latency;
|
||||
qcom,latency-level = "ull-pp";
|
||||
qcom,latency-level = "regular";
|
||||
};
|
||||
|
||||
pcm2: qcom,msm-ultra-low-latency {
|
||||
|
|
Loading…
Add table
Reference in a new issue