]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
kernel: remove obsolete enable_compat_alsa
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 13 Dec 2025 22:48:48 +0000 (17:48 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:44:47 +0000 (11:44 -0500)
No longer supported with kernel >= 5.19.

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
raspberrypi/recipes-bsp/bootfiles/rpi-cmdline.bbappend

index 4994b46fd238e28c7d4b9d290473fcf1b3ad8acf..e3f29a9dcf8db115f4a3316d5e36c19f18e67811 100644 (file)
@@ -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} \
 "