diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-04-15 14:17:34 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-04-18 05:44:52 -0400 |
commit | c40eb1e9e53dbd1e5601650565e2ed8bf14866ba (patch) | |
tree | 8d5f95ea0063e0d39eac4ac31927982ed56bb896 | |
parent | 013b19e3aa843e206a47098063258d5cc5c3482e (diff) |
ALSA: add a module alias to the FSI driver
This patch enables FSI driver autoloading on sh-mobile systems.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Reviewed-by: Simon Horman <horms@verge.net.au>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | sound/soc/sh/fsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 0c9997e2d8c0..88b669c9af75 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c | |||
@@ -1321,3 +1321,4 @@ module_exit(fsi_mobile_exit); | |||
1321 | MODULE_LICENSE("GPL"); | 1321 | MODULE_LICENSE("GPL"); |
1322 | MODULE_DESCRIPTION("SuperH onchip FSI audio driver"); | 1322 | MODULE_DESCRIPTION("SuperH onchip FSI audio driver"); |
1323 | MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>"); | 1323 | MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>"); |
1324 | MODULE_ALIAS("platform:fsi-pcm-audio"); | ||