From: Guennadi Liakhovetski Date: Fri, 15 Apr 2011 18:17:34 +0000 (+0200) Subject: ALSA: add a module alias to the FSI driver X-Git-Tag: v3.0-rc1~320^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c40eb1e9e53dbd1e5601650565e2ed8bf14866ba;p=karo-tx-linux.git ALSA: add a module alias to the FSI driver This patch enables FSI driver autoloading on sh-mobile systems. Signed-off-by: Guennadi Liakhovetski Reviewed-by: Simon Horman Acked-by: Liam Girdwood Signed-off-by: Paul Mundt --- 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 "); +MODULE_ALIAS("platform:fsi-pcm-audio");