Disable HDMI audio simple-audio-card node as a workaround, since we did not
have the document and not figure out how to set the HDMI audio parameters
for the BBB target board, to avoid below booting error information if
connecting HDMI monitor:
davinci-mcasp.0-i2s-hifi: ASoC: error at __soc_pcm_hw_params on 
davinci-mcasp.0-i2s-hifi: -22
davinci-mcasp 48038000.mcasp: stream has more channels (2) than are enabled in 
mcasp (0)
davinci-mcasp 48038000.mcasp: ASoC: error at snd_soc_dai_hw_params on 
48038000.mcasp: -22

Signed-off-by: Xulin Sun <xulin....@windriver.com>
---
 arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi 
b/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi
index 7cfddada9348..37fac7374136 100644
--- a/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi
+++ b/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi
@@ -128,6 +128,7 @@ sound {
                simple-audio-card,format = "i2s";
                simple-audio-card,bitclock-master = <&dailink0_master>;
                simple-audio-card,frame-master = <&dailink0_master>;
+               status = "disabled";
 
                dailink0_master: simple-audio-card,cpu {
                        sound-dai = <&mcasp0>;
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13490): 
https://lists.yoctoproject.org/g/linux-yocto/message/13490
Mute This Topic: https://lists.yoctoproject.org/mt/103779681/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to