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