[docs] Document HDMI volume control changes for Raspberry Pi

Added information about HDMI volume control issues on Raspberry Pi.
This commit is contained in:
ejurgensen 2025-10-24 14:21:16 +02:00 committed by GitHub
parent c1bdac931e
commit bf598153f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -490,3 +490,7 @@ Note however, the equalizer appears to require a `plughw` device which means you
This error will occur for output hardware that do not support concurrent device open and the server plays 2 files of different bitrate (44.1khz and 48khz) back to back. This error will occur for output hardware that do not support concurrent device open and the server plays 2 files of different bitrate (44.1khz and 48khz) back to back.
If you observe the error, you will need to use the `dmix` configuration as mentioned above. If you observe the error, you will need to use the `dmix` configuration as mentioned above.
* Volume control on Raspberry Pi with hdmi output doesn't work
Prior to Debian 13, in the /boot/firmware.config file the entry "dtoverlay=vc4-kms-v3d" was commented out. Since 13 this line is active (not commented out). This changes, among other things, the way the HDMI and BCM devices are handled. Commenting out the entry again will fix the volume control for the hdmi output. If you use the RPi headless commenting this out shouldn't have undesirable effects. See https://forums.raspberrypi.com/viewtopic.php?t=49928&start=1825#p2344272.