summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpp.iscas <hppiscas@163.com>2026-09-05 21:31:33 +0800
committerMark Brown <broonie@kernel.org>2026-09-07 17:25:03 +0100
commitd112159df5c6cc5ee6ab91cc32bf6ed29939df38 (patch)
tree02c05e5f3960c105c5aafe4aa714d0ff66be81d1
parent32689f0fc54fd801f1cd11637666e534984cb04a (diff)
downloadlinux-next-d112159df5c6cc5ee6ab91cc32bf6ed29939df38.tar.gz
linux-next-d112159df5c6cc5ee6ab91cc32bf6ed29939df38.zip
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: f533a035e4da ("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>
-rw-r--r--sound/soc/intel/atom/sst/sst_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst/sst_pci.c b/sound/soc/intel/atom/sst/sst_pci.c
index 44bb11c69490..1a53c993b57f 100644
--- a/sound/soc/intel/atom/sst/sst_pci.c
+++ b/sound/soc/intel/atom/sst/sst_pci.c
@@ -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,