aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/imx
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-12-12 16:01:15 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-12 18:10:02 +0800
commit0604ca48f1689ad06144b81f5c08f297b6edd831 (patch)
tree6bd7d4bbb2b3e1cee9e6014e35b21d5a98267eb6 /sound/soc/imx
parentASoC: Raise Speyside audio system clock rate to 512fs (diff)
downloadlinux-dev-0604ca48f1689ad06144b81f5c08f297b6edd831.tar.xz
linux-dev-0604ca48f1689ad06144b81f5c08f297b6edd831.zip
ASoC: Add missed MODULE_LICENSE("GPL") for imx-pcm-fiq
This driver can be built as module and the file header indicates that the driver is published under the GPL. Thus add MODULE_LICENSE("GPL") for it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx')
-rw-r--r--sound/soc/imx/imx-pcm-fiq.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/imx/imx-pcm-fiq.c b/sound/soc/imx/imx-pcm-fiq.c
index d7ea0b354124..456b7d723d66 100644
--- a/sound/soc/imx/imx-pcm-fiq.c
+++ b/sound/soc/imx/imx-pcm-fiq.c
@@ -332,3 +332,5 @@ static struct platform_driver imx_pcm_driver = {
};
module_platform_driver(imx_pcm_driver);
+
+MODULE_LICENSE("GPL");