Re: [PATCH] ASoC: amd: Add support for ALC1015P codec in acp3x machine driver

From: Pierre-Louis Bossart
Date: Tue Mar 30 2021 - 10:23:37 EST



static const struct acpi_device_id acp3x_audio_acpi_match[] = {
{ "AMDI5682", (unsigned long)&acp3x_5682},
{ "AMDI1015", (unsigned long)&acp3x_1015},
+ { "AMDP1015", (unsigned long)&acp3x_1015p},

This isn't a valid ACPI ID. AMDP does not exist in
https://uefi.org/acpi_id_list

There was a similar issue with Intel platforms using this part, we had to use a different HID.