On Sat, May 23, 2020 at 08:23:51AM +0200, Greg KH wrote: > Then fix that problem there. The audio card should not be being created > as a platform device, as that is not what it is. And even if it was, > the probe should not complete, it should clean up after itself and error > out. To be clear ASoC sound cards are physical devices which exist in the real world. > That's not a driver core issue, sounds like a subsystem error handling > issue that needs to be resolved. It's not a subsystem issue, it's an issue with the half baked support for enumerating modern audio hardware on ACPI systems. Unfortunately we have to enumerate hardware based on having data tables instantiated via DMI information for the system which doesn't work well with a generic kernel like Linux, on Windows they're per-machine custom drivers. There is some effort at putting some of the data into ACPI tables on newer systems which is helping a lot but it's partial.