ARM: dts: msm: Add slimbus_6_rx back-end dai-link for msm8996
Add slimbus_6_rx back-end dai-link for msm8996 to enable independent backend for different devices during audio playback. CRs-fixed: 940415 Change-Id: Id588c1951262d2c76d3b7789c76ca04068b7ffff Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
This commit is contained in:
parent
82b3c904c7
commit
fdd63a3cf6
1 changed files with 8 additions and 2 deletions
|
@ -2938,7 +2938,7 @@
|
|||
<&afe_pcm_tx>, <&afe_proxy_rx>, <&afe_proxy_tx>,
|
||||
<&incall_record_rx>, <&incall_record_tx>,
|
||||
<&incall_music_rx>, <&incall_music2_rx>,
|
||||
<&sb_5_rx>;
|
||||
<&sb_5_rx>, <&sb_6_rx>;
|
||||
asoc-cpu-names = "msm-dai-q6-auxpcm.1", "msm-dai-q6-auxpcm.2",
|
||||
"msm-dai-q6-hdmi.8", "msm-dai-q6-mi2s.2",
|
||||
"msm-dai-q6-dev.16384", "msm-dai-q6-dev.16385",
|
||||
|
@ -2950,7 +2950,8 @@
|
|||
"msm-dai-q6-dev.225", "msm-dai-q6-dev.241",
|
||||
"msm-dai-q6-dev.240", "msm-dai-q6-dev.32771",
|
||||
"msm-dai-q6-dev.32772", "msm-dai-q6-dev.32773",
|
||||
"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394";
|
||||
"msm-dai-q6-dev.32770", "msm-dai-q6-dev.16394",
|
||||
"msm-dai-q6-dev.16396";
|
||||
asoc-codec = <&stub_codec>;
|
||||
asoc-codec-names = "msm-stub-codec.1";
|
||||
};
|
||||
|
@ -3149,6 +3150,11 @@
|
|||
qcom,msm-dai-q6-dev-id = <16394>;
|
||||
};
|
||||
|
||||
sb_6_rx: qcom,msm-dai-q6-sb-6-rx {
|
||||
compatible = "qcom,msm-dai-q6-dev";
|
||||
qcom,msm-dai-q6-dev-id = <16396>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
dai_pri_auxpcm: qcom,msm-pri-auxpcm {
|
||||
|
|
Loading…
Add table
Reference in a new issue