summaryrefslogtreecommitdiff
path: root/sound/soc/amd
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-08-20 15:23:08 +0100
committerMark Brown <broonie@kernel.org>2024-08-20 15:23:08 +0100
commit2c9abde40389759c095960fdc25c0b6d38a19ac5 (patch)
tree6b7134a106d21c991675e536479e68bdb412d112 /sound/soc/amd
parent5f83ee4b1f0c04a8b4125daab8918606df3dc035 (diff)
parenta42db293e5983aa1508d12644f23d73f0553b32c (diff)
ASoC: Merge up fixes
Merge branch 'for-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-6.12 for some AMD work.
Diffstat (limited to 'sound/soc/amd')
-rw-r--r--sound/soc/amd/acp/acp-legacy-mach.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp-legacy-mach.c b/sound/soc/amd/acp/acp-legacy-mach.c
index 47c3b5f167f5..0d529e32e552 100644
--- a/sound/soc/amd/acp/acp-legacy-mach.c
+++ b/sound/soc/amd/acp/acp-legacy-mach.c
@@ -227,6 +227,8 @@ static const struct platform_device_id board_ids[] = {
},
{ }
};
+MODULE_DEVICE_TABLE(platform, board_ids);
+
static struct platform_driver acp_asoc_audio = {
.driver = {
.pm = &snd_soc_pm_ops,