projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a42db29
)
ASoC: allow module autoloading for table db1200_pids
author
Hongbo Li
<lihongbo22@huawei.com>
Wed, 21 Aug 2024 06:19:54 +0000
(14:19 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 21 Aug 2024 15:25:02 +0000
(16:25 +0100)
Add MODULE_DEVICE_TABLE(), so modules could be properly
autoloaded based on the alias from platform_device_id table.
Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link:
https://patch.msgid.link/20240821061955.2273782-2-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/au1x/db1200.c
patch
|
blob
|
history
diff --git
a/sound/soc/au1x/db1200.c
b/sound/soc/au1x/db1200.c
index
83a75a3
..
81abe2e
100644
(file)
--- a/
sound/soc/au1x/db1200.c
+++ b/
sound/soc/au1x/db1200.c
@@
-44,6
+44,7
@@
static const struct platform_device_id db1200_pids[] = {
},
{},
};
+MODULE_DEVICE_TABLE(platform, db1200_pids);
/*------------------------- AC97 PART ---------------------------*/