Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: allow module autoloading for table board_ids

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-3-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Hongbo Li and committed by
Mark Brown
5f7c98b7 0e9fdab1

+2
+2
sound/soc/amd/acp/acp-sof-mach.c
··· 158 158 }, 159 159 { } 160 160 }; 161 + MODULE_DEVICE_TABLE(platform, board_ids); 162 + 161 163 static struct platform_driver acp_asoc_audio = { 162 164 .driver = { 163 165 .name = "sof_mach",