ASoC: allow module autoloading for table db1200_pids
[ Upstream commit 0e9fdab1e8df490354562187cdbb8dec643eae2c ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1a136754b1
commit
71d74f78ae
@@ -43,6 +43,7 @@ static const struct platform_device_id db1200_pids[] = {
|
|||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(platform, db1200_pids);
|
||||||
|
|
||||||
/*------------------------- AC97 PART ---------------------------*/
|
/*------------------------- AC97 PART ---------------------------*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user