Skip to content

[Raspberry] snd-bcm2835.enable_compat_alsa is no longer defined. #175

@ashthespy

Description

@ashthespy

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions