]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: cs35l56: Change firmware filenames for SoundWire
authorMark Brown <broonie@kernel.org>
Fri, 13 Jun 2025 17:12:49 +0000 (18:12 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 13 Jun 2025 17:12:49 +0000 (18:12 +0100)
commitdc8b60918fc5ba281743f3694e9b671ddbf0e930
tree2fe05b71a9d6f007b0bd31ab80570d1c203bdb81
parentf59427932885f9b47b22b532b079478905b9ad08
parentfa8fae5f82e48db1a06ba570a2a3fdc087fc93c0
ASoC: cs35l56: Change firmware filenames for SoundWire

Merge series from Richard Fitzgerald <rf@opensource.cirrus.com>:

Change the firmware filename format on SoundWire systems to
directly tie it to the physical amp it applies to. This is mainly
to decouple it from the ALSA prefix strings to avoid complications
when the SoundWire machine driver starts creating dailinks based on
SDCA Disco info instead of hardcoded match tables. It also avoids
errors from having to rename firmware files from a hardware-address
to a ALSA-prefix naming for Linux publication. There are already
published firmware files for the L56 B0 silicon so that has a fallback
scheme for backward compatibility which has been separated into its
own patch on top of the main change.

We'd like to get this into 6.16 so that the L63 support starts "clean"
with this new naming and we don't have to support one kernel version
with L63 using the old naming. Unfortunately we didn't manage to get
these patches through internal review and testing before the merge
window opened.