summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra30_ahub.c
diff options
context:
space:
mode:
authorStephen Warren2012-06-08 01:58:31 +0200
committerMark Brown2012-06-08 02:49:30 +0200
commit69c5b7530651c8e375d2fbecd157a9a9a20c4cc9 (patch)
tree18ca0e0ce7f47e00e20ab1316cf4979dab7fbd39 /sound/soc/tegra/tegra30_ahub.c
parentASoC: wm2000: Always use a 4s timeout for the firmware (diff)
downloadkernel-qcow2-linux-69c5b7530651c8e375d2fbecd157a9a9a20c4cc9.tar.gz
kernel-qcow2-linux-69c5b7530651c8e375d2fbecd157a9a9a20c4cc9.tar.xz
kernel-qcow2-linux-69c5b7530651c8e375d2fbecd157a9a9a20c4cc9.zip
ASoC: tegra: add MODULE_DEVICE_TABLE to tegra30_ahub
This allows the module to automatically load when instantiated from device tree. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra30_ahub.c')
-rw-r--r--sound/soc/tegra/tegra30_ahub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
index 57cd419f743e..f43edb364a18 100644
--- a/sound/soc/tegra/tegra30_ahub.c
+++ b/sound/soc/tegra/tegra30_ahub.c
@@ -629,3 +629,4 @@ MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>");
MODULE_DESCRIPTION("Tegra30 AHUB driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:" DRV_NAME);
+MODULE_DEVICE_TABLE(of, tegra30_ahub_of_match);