mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
The legacy SST PCI driver matches Intel Tangier devices using
intel_sst_ids, but its only explicit module alias is "sst". That alias
does not match PCI modalias events when this driver is built as a module.
Publish its PCI table. The independently configurable SOF driver does
not provide aliases for the legacy SST module.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sst_acpi.c | ||
| sst_drv_interface.c | ||
| sst_ipc.c | ||
| sst_loader.c | ||
| sst_pci.c | ||
| sst_pvt.c | ||
| sst_stream.c | ||
| sst.c | ||
| sst.h | ||