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

Pierre-Louis Bossart <[email protected]> Thu, 6 Aug 2026 10:57:34 +0200
Newsgroups org.kernel.vger.linux-sound,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>