diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2015-09-03 06:57:47 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 13:44:51 -0400 |
commit | 5226f2340c67225d27f61330205f16314881cc5c (patch) | |
tree | 8f25aeb3c32d9efa99d9582848e21b646ca0f4b1 | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
ASoC: fsl-asoc-card: Fix module autoload for OF platform driver
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@debethencourt.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/fsl/fsl-asoc-card.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c index 5aeb6ed4827e..97bb4c5544cd 100644 --- a/sound/soc/fsl/fsl-asoc-card.c +++ b/sound/soc/fsl/fsl-asoc-card.c | |||
@@ -592,6 +592,7 @@ static const struct of_device_id fsl_asoc_card_dt_ids[] = { | |||
592 | { .compatible = "fsl,imx-audio-wm8960", }, | 592 | { .compatible = "fsl,imx-audio-wm8960", }, |
593 | {} | 593 | {} |
594 | }; | 594 | }; |
595 | MODULE_DEVICE_TABLE(of, fsl_asoc_card_dt_ids); | ||
595 | 596 | ||
596 | static struct platform_driver fsl_asoc_card_driver = { | 597 | static struct platform_driver fsl_asoc_card_driver = { |
597 | .probe = fsl_asoc_card_probe, | 598 | .probe = fsl_asoc_card_probe, |