[alsa-devel] [PATCH 09/12] ASoC: kirkwood: Fix module autoload for OF platform driver

Luis de Bethencourt luis at debethencourt.com
Thu Sep 3 12:59:32 CEST 2015


This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luis at debethencourt.com>
---
 sound/soc/kirkwood/armada-370-db.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/kirkwood/armada-370-db.c b/sound/soc/kirkwood/armada-370-db.c
index de7563b..e0304d5 100644
--- a/sound/soc/kirkwood/armada-370-db.c
+++ b/sound/soc/kirkwood/armada-370-db.c
@@ -130,6 +130,7 @@ static const struct of_device_id a370db_dt_ids[] = {
 	{ .compatible = "marvell,a370db-audio" },
 	{ },
 };
+MODULE_DEVICE_TABLE(of, a370db_dt_ids);
 
 static struct platform_driver a370db_driver = {
 	.driver		= {
-- 
2.4.6



More information about the Alsa-devel mailing list