From c1144bc4a83e8a5791148be9c39b9e9d38c4948a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 13 Dec 2025 17:48:48 -0500 Subject: [PATCH] kernel: remove obsolete enable_compat_alsa No longer supported with kernel >= 5.19. Signed-off-by: Hugo Villeneuve --- raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend b/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend index 4994b46..e3f29a9 100644 --- a/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend +++ b/raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend @@ -1,11 +1,8 @@ -CMDLINE_COMPAT_ALSA ?= "snd_bcm2835.enable_compat_alsa=1" - CMDLINE_HEADPHONES ?= "snd_bcm2835.enable_headphones=1" # Remove root=..., which will be set with our custom boot.scr script: CMDLINE_ROOTFS = "${CMDLINE_ROOT_FSTYPE} rootwait" CMDLINE += " \ - ${CMDLINE_COMPAT_ALSA} \ ${CMDLINE_HEADPHONES} \ " -- 2.20.1