ARM: dts: msm: Add sb_6_rx phandle reference for sound DT node
Add slimbus_6_rx phandle reference for asoc-cpu property in sound node for wcd934x codec. This enables audio playback support over headphones for msmcobalt platform. Change-Id: I36050f122e67f95cc7f2dbdd3c73b4de5baea785 Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
This commit is contained in:
parent
008f057bba
commit
08970c53c2
1 changed files with 3 additions and 2 deletions
|
@ -159,7 +159,7 @@
|
|||
<&afe_proxy_tx>, <&incall_record_rx>,
|
||||
<&incall_record_tx>, <&incall_music_rx>,
|
||||
<&incall_music_2_rx>, <&sb_5_rx>,
|
||||
<&usb_audio_rx>, <&usb_audio_tx>;
|
||||
<&usb_audio_rx>, <&usb_audio_tx>, <&sb_6_rx>;
|
||||
asoc-cpu-names = "msm-dai-q6-hdmi.8",
|
||||
"msm-dai-q6-dev.16384", "msm-dai-q6-dev.16385",
|
||||
"msm-dai-q6-dev.16386", "msm-dai-q6-dev.16387",
|
||||
|
@ -171,7 +171,8 @@
|
|||
"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.28672", "msm-dai-q6-dev.28673";
|
||||
"msm-dai-q6-dev.28672", "msm-dai-q6-dev.28673",
|
||||
"msm-dai-q6-dev.16396";
|
||||
asoc-codec = <&stub_codec>;
|
||||
asoc-codec-names = "msm-stub-codec.1";
|
||||
qcom,wsa-max-devs = <2>;
|
||||
|
|
Loading…
Add table
Reference in a new issue