[alsa-devel] [PATCH] ASoC: Add missed MODULE_LICENSE("GPL") for imx-pcm-fiq

Sascha Hauer s.hauer at pengutronix.de
Mon Dec 12 09:40:00 CET 2011


On Mon, Dec 12, 2011 at 04:01:15PM +0800, Axel Lin wrote:
> 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 at gmail.com>

Acked-by: Sascha Hauer <s.hauer at pengutronix.de>

> ---
>  sound/soc/imx/imx-pcm-fiq.c |    2 ++
>  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 d7ea0b3..456b7d7 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");
> -- 
> 1.7.5.4
> 
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |


More information about the Alsa-devel mailing list