Re: [PATCH 0/4] Series of SDCA bug fixes
Pierre-Louis Bossart <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/22/26 12:34, Charles Keepax wrote: > Fix up some error path and size checking issues in the SDCA code. > > Thanks, > Charles > > Charles Keepax (4): > ASoC: SDCA: Correct pointer passed to devm_acpi_table_put > ASoC: SDCA: Always free firmware in FDL path > ASoC: SDCA: Make UMP message size check more robust > ASoC: SDCA: Ensure that Control Range is large enough for header LGTM Reviewed-by: Pierre-Louis Bossart <[email protected]> > > sound/soc/sdca/sdca_device.c | 2 +- > sound/soc/sdca/sdca_fdl.c | 5 ++++- > sound/soc/sdca/sdca_functions.c | 2 ++ > sound/soc/sdca/sdca_ump.c | 4 ++-- > 4 files changed, 9 insertions(+), 4 deletions(-) >