[PATCH] ASoC: amd: Add support for ALC1015P codec in acp3x machine driver
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Tue Mar 30 16:22:56 CEST 2021
> 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.
More information about the Alsa-devel
mailing list