mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-07 01:32:26 +01:00
On systems where the soundcard longname also contains digits, the regex added in !87552 could also match that longname. All of these issues starting surfacing now because with release 1.2.14, alsactl has gotten more strict about situations where passed sound devices are not available in kernel. For an exact description of the file format refer to: * https://www.alsa-project.org/alsa-doc/alsa-lib/control.html * https://github.com/torvalds/linux/blob/v6.12/sound/core/init.c#L943-L949