diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2011-04-15 20:17:34 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-04-18 18:44:52 +0900 |
commit | c40eb1e9e53dbd1e5601650565e2ed8bf14866ba (patch) | |
tree | 8d5f95ea0063e0d39eac4ac31927982ed56bb896 | |
parent | 013b19e3aa843e206a47098063258d5cc5c3482e (diff) | |
download | blackbird-op-linux-c40eb1e9e53dbd1e5601650565e2ed8bf14866ba.tar.gz blackbird-op-linux-c40eb1e9e53dbd1e5601650565e2ed8bf14866ba.zip |
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); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("SuperH onchip FSI audio driver"); MODULE_AUTHOR("Kuninori Morimoto <morimoto.kuninori@renesas.com>"); +MODULE_ALIAS("platform:fsi-pcm-audio"); |