lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250612121428.1667-1-rf@opensource.cirrus.com>
Date: Thu, 12 Jun 2025 13:14:25 +0100
From: Richard Fitzgerald <rf@...nsource.cirrus.com>
To: broonie@...nel.org
Cc: linux-sound@...r.kernel.org, linux-kernel@...r.kernel.org,
        patches@...nsource.cirrus.com
Subject: [PATCH 0/3] ASoC: cs35l56: Change firmware filenames for SoundWire

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.

Richard Fitzgerald (3):
  ASoC: cs35l56: Use SoundWire address as firmware name suffix for new
    silicon
  ASoC: cs35l56: Use SoundWire address as alternate firmware suffix on
    L56 B0
  ASoC: doc: cs35l56: Update to add new SoundWire firmware filename
    suffix

 Documentation/sound/codecs/cs35l56.rst | 13 +++++
 sound/soc/codecs/cs35l56-sdw.c         | 18 ++++---
 sound/soc/codecs/cs35l56.c             | 72 ++++++++++++++++++++++----
 sound/soc/codecs/cs35l56.h             |  3 ++
 sound/soc/codecs/wm_adsp.c             | 27 ++++++----
 sound/soc/codecs/wm_adsp.h             |  2 +
 6 files changed, 109 insertions(+), 26 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ