mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
ASoC: Intel: SST: Publish the PCI module aliases
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: f533a035e4 ("ASoC: Intel: mrfld - create separate module for pci part")
Signed-off-by: hpp.iscas <hppiscas@163.com>
Link: https://patch.msgid.link/20260905133133.63661-1-hppiscas@163.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
32689f0fc5
commit
d112159df5
|
|
@ -167,6 +167,7 @@ static const struct pci_device_id intel_sst_ids[] = {
|
|||
{ PCI_DEVICE_DATA(INTEL, SST_TNG, 0) },
|
||||
{ 0, }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, intel_sst_ids);
|
||||
|
||||
static struct pci_driver sst_driver = {
|
||||
.name = SST_DRV_NAME,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user