Re: [PATCH 0/8] Reword the SDCA HID code

From: Pierre-Louis Bossart

Date: Thu Aug 06 2026 - 05:07:40 EST


On 8/5/26 14:41, Charles Keepax wrote:
> This series reworks the SDCA HID code, the primary goals being to no
> longer store runtime HID data in the DisCo data structures and remove
> the need to pass the soundwire device into the ACPI parsing code.
>
> To achieve this the HID device registration is moved to the IRQ work
> flow rather than the ACPI work flow.
>
> Also a few small issues are fixed up along the way, some formatting,
> some missing cleanup/docs.
>
> Thanks,
> Charles
>
> Charles Keepax (8):
> ASoC: SDCA: Tidy up error message
> ASoC: SDCA: Remove unused dev pointer argument
> ASoC: SDCA: Move HID registration to IRQ time
> ASoC: SDCA: Move HID descriptors to function
> ASoC: SDCA: Update HID DisCo parsing
> ASoC: SDCA: Add missing destroy for HID device
> ASoC: SDCA: Add missing HID kernel doc
> ASoC: SDCA: Pass swft table through sdca_dev_register()


LGTM

Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxx>