intel / edison-linux

Other
48 stars 48 forks source link

SST ACPI probe is missing code #16

Open avafyi opened 8 years ago

avafyi commented 8 years ago

A fix for the PCI-style SST probe (used by Edison) most likely broke the ACPI-style SST probe (not used by Edison). The fix moved code from context_init (shared by both probes) directly into the PCI probe function in order to resolve a dependency. This does not affect the Edison hardware but is something that we might want to address later. The relevant commit is 3a75bd06185ce29958e5b0dfaee63d723d7522db

andy-shev commented 5 years ago

Since we have established https://github.com/edison-fw/meta-intel-edison and upstream working on SOF (Sound Open Firmware), I think this entire question has to be revisited.