projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013b19e
)
ALSA: add a module alias to the FSI driver
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Fri, 15 Apr 2011 18:17:34 +0000
(20:17 +0200)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 18 Apr 2011 09:44:52 +0000
(18:44 +0900)
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>
sound/soc/sh/fsi.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sh/fsi.c
b/sound/soc/sh/fsi.c
index 0c9997e2d8c05d7407b63cff18b3786ad28b28fa..88b669c9af7532e7df408e05e35961bf648a222c 100644
(file)
--- 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");