diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-02-10 23:37:19 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-13 20:50:10 +0100 |
commit | 8eb34207c8cf90bc991f0141f7d3fa614429a00b (patch) | |
tree | 38aa7cdd8ce1a7d273a3ad1d43cda0da5c6f8ea5 /sound/soc/tegra/tegra_i2s.c | |
parent | ASoC: Tegra: Harmony: Explicitly set mic enables (diff) | |
download | linux-8eb34207c8cf90bc991f0141f7d3fa614429a00b.tar.xz linux-8eb34207c8cf90bc991f0141f7d3fa614429a00b.zip |
ASoC: Tegra: Add MODULE_ALIAS
With the appropriate MODULE_ALIAS in place, the audio modules will be
automatically loaded; there is no longer a need for manual modprobes.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_i2s.c')
-rw-r--r-- | sound/soc/tegra/tegra_i2s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_i2s.c b/sound/soc/tegra/tegra_i2s.c index 870ee361f757..4f5e2c90b020 100644 --- a/sound/soc/tegra/tegra_i2s.c +++ b/sound/soc/tegra/tegra_i2s.c @@ -500,3 +500,4 @@ module_exit(snd_tegra_i2s_exit); MODULE_AUTHOR("Stephen Warren <swarren@nvidia.com>"); MODULE_DESCRIPTION("Tegra I2S ASoC driver"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:" DRV_NAME); |