Disable onboard audio on pi

This commit is contained in:
Jordan Holt 2024-01-09 00:15:30 +00:00
parent 0a26b8e522
commit 77a133a0d1
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -19,6 +19,25 @@
enable = true;
filter = "*rpi-4-*.dtb";
overlays = [
{
name = "audio-off-overlay";
dtsText = ''
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2711";
fragment@0 {
target = <&vchiq>;
__overlay__ {
status = "disabled";
};
};
};
'';
}
{
# Adapted from: https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/hifiberry-digi-pro-overlay.dts
# changes: