volumio / volumio3-os

GNU General Public License v2.0
53 stars 38 forks source link

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

Open ashthespy opened 3 months ago

ashthespy commented 3 months ago

@Darmur in bf30089 the kernel version based compat_alsa logic was removed.

https://github.com/volumio/volumio3-os/blob/bf30089ae6135ed7a9450ed4d77beb45a70da5e7/recipes/devices/pi.sh#L354-L355

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?

Darmur commented 3 months ago

yes, we should get rid of it

foonerd commented 3 months ago

Which init version is the target here?

foonerd commented 2 months ago

Tested with params and without. Alsa audio devices do not change. Please add to Bookworm.