summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2011-04-15 20:17:34 +0200
committerPaul Mundt <lethal@linux-sh.org>2011-04-18 18:44:52 +0900
commitc40eb1e9e53dbd1e5601650565e2ed8bf14866ba (patch)
tree8d5f95ea0063e0d39eac4ac31927982ed56bb896
parent013b19e3aa843e206a47098063258d5cc5c3482e (diff)
downloadop-kernel-dev-c40eb1e9e53dbd1e5601650565e2ed8bf14866ba.zip
op-kernel-dev-c40eb1e9e53dbd1e5601650565e2ed8bf14866ba.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index 0c9997e..88b669c 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");
OpenPOWER on IntegriCloud