Comment 4 for bug 1561278

Revision history for this message
Raymond (superquad-vortex2) wrote :

4.697026] intel_sst_acpi 808622A8:00: No matching machine driver found

https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/soc/intel/common/sst-acpi.c#n102

 mach = sst_acpi_find_machine(desc->machines);
if (mach == NULL) {
dev_err(dev, "No matching ASoC machine driver found\n"); return -ENODEV; }