ARM: dts: msm: Add slimbus_6_rx back-end dai-link for msmcobalt
Add slimbus_6_rx back-end dai-link for msmcobalt to enable independent backend for different devices during audio playback. Change-Id: If22cadbcfac92f8243a3b6d3201935a839cd701a Signed-off-by: Kuirong Wang <kuirongw@codeaurora.org>
This commit is contained in:
parent
bc5a96807d
commit
273e71d9d4
2 changed files with 9 additions and 4 deletions
|
@ -187,6 +187,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>;
|
||||
};
|
||||
|
||||
sb_7_rx: qcom,msm-dai-q6-sb-7-rx {
|
||||
compatible = "qcom,msm-dai-q6-dev";
|
||||
qcom,msm-dai-q6-dev-id = <16398>;
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
<&afe_pcm_rx>, <&afe_pcm_tx>, <&afe_proxy_rx>,
|
||||
<&afe_proxy_tx>, <&incall_record_rx>,
|
||||
<&incall_record_tx>, <&incall_music_rx>,
|
||||
<&incall_music_2_rx>, <&sb_5_rx>,
|
||||
<&incall_music_2_rx>, <&sb_5_rx>, <&sb_6_rx>,
|
||||
<&sb_7_rx>, <&sb_7_tx>, <&sb_8_tx>,
|
||||
<&usb_audio_rx>, <&usb_audio_tx>;
|
||||
asoc-cpu-names = "msm-dai-q6-hdmi.8",
|
||||
|
@ -94,9 +94,9 @@
|
|||
"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.16398", "msm-dai-q6-dev.16399",
|
||||
"msm-dai-q6-dev.16401", "msm-dai-q6-dev.28672",
|
||||
"msm-dai-q6-dev.28673";
|
||||
"msm-dai-q6-dev.16396", "msm-dai-q6-dev.16398",
|
||||
"msm-dai-q6-dev.16399", "msm-dai-q6-dev.16401",
|
||||
"msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673";
|
||||
asoc-codec = <&stub_codec>;
|
||||
asoc-codec-names = "msm-stub-codec.1";
|
||||
qcom,wsa-max-devs = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue