public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ASoC: cs35l56: Update ACPI HID and property
@ 2023-08-17 11:27 Richard Fitzgerald
  2023-08-17 11:27 ` [PATCH v2 1/2] ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB Richard Fitzgerald
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Fitzgerald @ 2023-08-17 11:27 UTC (permalink / raw)
  To: broonie; +Cc: alsa-devel, linux-kernel, patches, Richard Fitzgerald

These two patches add an ACPI HID and update the way the platform-
specific firmware identifier is extracted from the ACPI.

CHANGES SINCE V1:
- Rebased to apply on v6.4 and v6.5.
- Change kstrdup() to devm_kstrdup()

To apply on v6.6 a 1-line change is needed:

static int cs35l56_get_firmware_uid(struct cs35l56_private *cs35l56)
{
-       struct device *dev = cs35l56->dev;
+       struct device *dev = cs35l56->base.dev;

Maciej Strozek (1):
  ASoC: cs35l56: Read firmware uuid from a device property instead of
    _SUB

Simon Trimmer (1):
  ASoC: cs35l56: Add an ACPI match table

 sound/soc/codecs/cs35l56-i2c.c |  9 +++++++++
 sound/soc/codecs/cs35l56-spi.c |  9 +++++++++
 sound/soc/codecs/cs35l56.c     | 31 ++++++++++++-------------------
 3 files changed, 30 insertions(+), 19 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-17 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-17 11:27 [PATCH v2 0/2] ASoC: cs35l56: Update ACPI HID and property Richard Fitzgerald
2023-08-17 11:27 ` [PATCH v2 1/2] ASoC: cs35l56: Read firmware uuid from a device property instead of _SUB Richard Fitzgerald
2023-08-17 11:27 ` [PATCH v2 2/2] ASoC: cs35l56: Add an ACPI match table Richard Fitzgerald
2023-08-17 22:36 ` [PATCH v2 0/2] ASoC: cs35l56: Update ACPI HID and property Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox