Re: [PATCH] ALSA/hda: intel-sdw-acpi: Correct sdw_intel_acpi_scan() function parameter
From: Takashi Iwai
Date: Sun May 11 2025 - 10:14:56 EST
On Thu, 08 May 2025 20:12:07 +0200,
Peter Ujfalusi wrote:
>
> The acpi_handle should be just a handle and not a pointer in
> sdw_intel_acpi_scan() parameter list.
> It is called with 'acpi_handle handle' as parameter and it is passing it to
> acpi_walk_namespace, which also expects acpi_handle and not acpi_handle*
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@xxxxxxxxxxxxxxx>
> Reviewed-by: Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx>
> Reviewed-by: Liam Girdwood <liam.r.girdwood@xxxxxxxxx>
> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@xxxxxxxxxxxxxxx>
Thanks, applied now.
Takashi