Skip to content
Commit edf90749 authored by Hristo Venev's avatar Hristo Venev Committed by popcornmix
Browse files

snd_bcm2835: disable HDMI audio when vc4 is used (#3640)



Things don't work too well when both the vc4 driver and the firmware
driver are trying to control the same audio output:

[  763.569406] bcm2835_audio bcm2835_audio: vchi message timeout, msg=5

Hence, when the vc4 HDMI driver is used, let it control audio. This is done
by introducing a new device tree property to the audio node, and
extending the vc4-kms-v3d overlays to set it appropriately.

Signed-off-by: default avatarHristo Venev <hristo@venev.name>
parent a60aae28
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment