@Darmur in bf30089 the kernel version based compat_alsa logic was removed.
|
# ALSA tweaks |
|
kernel_params+=("snd-bcm2835.enable_compat_alsa=${compat_alsa}" "snd_bcm2835.enable_hdmi=1" "snd_bcm2835.enable_headphones=1") |
So now an empty snd-bcm2835.enable_compat_alsa= is added to the kernel parameters (as $compat_alsa is undefined)
If this flag no longer does anything, should it also be removed to avoid confusion?