diff options
| author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-24 08:48:31 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2018-07-24 11:58:59 -0400 |
| commit | 2ba28053686334075c8c8bff6c4f6e3fc9ac51ae (patch) | |
| tree | 2d574b7fcfb46bdc3bfeb57fb002781a63510413 /sound/soc/fsl | |
| parent | aa624a0a9243460b9037889a05663d3b9a9e8f99 (diff) | |
ASoC: fsl_asrc: Switch to SPDX identifier
Adopt the SPDX license identifier headers to ease license compliance
management.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
| -rw-r--r-- | sound/soc/fsl/fsl_asrc.c | 18 | ||||
| -rw-r--r-- | sound/soc/fsl/fsl_asrc.h | 5 | ||||
| -rw-r--r-- | sound/soc/fsl/fsl_asrc_dma.c | 18 |
3 files changed, 15 insertions, 26 deletions
diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c index adfb8135d739..528e8b108422 100644 --- a/sound/soc/fsl/fsl_asrc.c +++ b/sound/soc/fsl/fsl_asrc.c | |||
| @@ -1,14 +1,10 @@ | |||
| 1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | * Freescale ASRC ALSA SoC Digital Audio Interface (DAI) driver | 2 | // |
| 3 | * | 3 | // Freescale ASRC ALSA SoC Digital Audio Interface (DAI) driver |
| 4 | * Copyright (C) 2014 Freescale Semiconductor, Inc. | 4 | // |
| 5 | * | 5 | // Copyright (C) 2014 Freescale Semiconductor, Inc. |
| 6 | * Author: Nicolin Chen <nicoleotsuka@gmail.com> | 6 | // |
| 7 | * | 7 | // Author: Nicolin Chen <nicoleotsuka@gmail.com> |
| 8 | * This file is licensed under the terms of the GNU General Public License | ||
| 9 | * version 2. This program is licensed "as is" without any warranty of any | ||
| 10 | * kind, whether express or implied. | ||
| 11 | */ | ||
| 12 | 8 | ||
| 13 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
| 14 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
diff --git a/sound/soc/fsl/fsl_asrc.h b/sound/soc/fsl/fsl_asrc.h index d558dd5499a5..c60075112570 100644 --- a/sound/soc/fsl/fsl_asrc.h +++ b/sound/soc/fsl/fsl_asrc.h | |||
| @@ -1,13 +1,10 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | /* | 2 | /* |
| 2 | * fsl_asrc.h - Freescale ASRC ALSA SoC header file | 3 | * fsl_asrc.h - Freescale ASRC ALSA SoC header file |
| 3 | * | 4 | * |
| 4 | * Copyright (C) 2014 Freescale Semiconductor, Inc. | 5 | * Copyright (C) 2014 Freescale Semiconductor, Inc. |
| 5 | * | 6 | * |
| 6 | * Author: Nicolin Chen <nicoleotsuka@gmail.com> | 7 | * Author: Nicolin Chen <nicoleotsuka@gmail.com> |
| 7 | * | ||
| 8 | * This file is licensed under the terms of the GNU General Public License | ||
| 9 | * version 2. This program is licensed "as is" without any warranty of any | ||
| 10 | * kind, whether express or implied. | ||
| 11 | */ | 8 | */ |
| 12 | 9 | ||
| 13 | #ifndef _FSL_ASRC_H | 10 | #ifndef _FSL_ASRC_H |
diff --git a/sound/soc/fsl/fsl_asrc_dma.c b/sound/soc/fsl/fsl_asrc_dma.c index 565e16d8fe85..1033ac6631b0 100644 --- a/sound/soc/fsl/fsl_asrc_dma.c +++ b/sound/soc/fsl/fsl_asrc_dma.c | |||
| @@ -1,14 +1,10 @@ | |||
| 1 | /* | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | * Freescale ASRC ALSA SoC Platform (DMA) driver | 2 | // |
| 3 | * | 3 | // Freescale ASRC ALSA SoC Platform (DMA) driver |
| 4 | * Copyright (C) 2014 Freescale Semiconductor, Inc. | 4 | // |
| 5 | * | 5 | // Copyright (C) 2014 Freescale Semiconductor, Inc. |
| 6 | * Author: Nicolin Chen <nicoleotsuka@gmail.com> | 6 | // |
| 7 | * | 7 | // Author: Nicolin Chen <nicoleotsuka@gmail.com> |
| 8 | * This file is licensed under the terms of the GNU General Public License | ||
| 9 | * version 2. This program is licensed "as is" without any warranty of any | ||
| 10 | * kind, whether express or implied. | ||
| 11 | */ | ||
| 12 | 8 | ||
| 13 | #include <linux/dma-mapping.h> | 9 | #include <linux/dma-mapping.h> |
| 14 | #include <linux/module.h> | 10 | #include <linux/module.h> |
