Re: [alsa-devel] [PATCH 8/8] ASoC: AMD: Add machine driver for cz rt5650

2017-06-25 Thread Pierre-Louis Bossart
+static const struct acpi_device_id cz_audio_acpi_match[] = { + { "I2SC1002", 0 }, This one goes on my list of _HID that don't follow ACPI/PCI vendorID/PartID conventions. AMD shoud use the "AMDI" ACPI ID or the 0x1002 PCI ID for the 4 first characters, if everyone does what they feel li

[PATCH 8/8] ASoC: AMD: Add machine driver for cz rt5650

2017-06-23 Thread Alex Deucher
From: Akshu Agrawal The driver is used for AMD board using rt5650 codec. Reviewed-by: Alex Deucher Signed-off-by: Akshu Agrawal Signed-off-by: Alex Deucher --- sound/soc/amd/Kconfig | 7 ++ sound/soc/amd/Makefile | 2 + sound/soc/amd/acp-rt5645.c | 210 ++