Re: [PATCH v2 0/5] ASoC: Intel: Balance ACPI device refcount

From: Pierre-Louis Bossart
Date: Thu Jan 12 2023 - 10:32:04 EST




On 1/12/23 05:28, Andy Shevchenko wrote:
> While looking for the open coded put_device(&adev->dev) cases, where
> adev stands for ACPI device, I noticed that in a few ASoC Intel driver,
> among others, the refcount is not balanced properly in some cases.
>
> This series fixes that issue and converts to use acpi_dev_put().

Thanks Andy!

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx>

>
> Changelog v2:
> - split Intel drivers out from others (Pierre)
> - sent with cover letter (Mark)
>
> Andy Shevchenko (5):
> ASoC: Intel: bytcht_es8316: Drop reference count of ACPI device after
> use
> ASoC: Intel: bytcr_rt5651: Drop reference count of ACPI device after
> use
> ASoC: Intel: bytcr_rt5640: Drop reference count of ACPI device after
> use
> ASoC: Intel: bytcr_wm5102: Drop reference count of ACPI device after
> use
> ASoC: Intel: sof_es8336: Drop reference count of ACPI device after use
>
> sound/soc/intel/boards/bytcht_es8316.c | 20 ++++++++++++--------
> sound/soc/intel/boards/bytcr_rt5640.c | 12 ++++++------
> sound/soc/intel/boards/bytcr_rt5651.c | 2 +-
> sound/soc/intel/boards/bytcr_wm5102.c | 2 +-
> sound/soc/intel/boards/sof_es8336.c | 14 ++++++++------
> 5 files changed, 28 insertions(+), 22 deletions(-)
>