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 db1200_pids

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>

authored by

Hongbo Li and committed by
Mark Brown
0e9fdab1 a42db293

+1
+1
sound/soc/au1x/db1200.c
··· 44 44 }, 45 45 {}, 46 46 }; 47 + MODULE_DEVICE_TABLE(platform, db1200_pids); 47 48 48 49 /*------------------------- AC97 PART ---------------------------*/ 49 50