aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <[email protected]>2011-04-15 20:17:34 +0200
committerPaul Mundt <[email protected]>2011-04-18 18:44:52 +0900
commitc40eb1e9e53dbd1e5601650565e2ed8bf14866ba (patch)
tree8d5f95ea0063e0d39eac4ac31927982ed56bb896
parent013b19e3aa843e206a47098063258d5cc5c3482e (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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Acked-by: Liam Girdwood <[email protected]> Signed-off-by: Paul Mundt <[email protected]>
-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 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 <[email protected]>");
+MODULE_ALIAS("platform:fsi-pcm-audio");