diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-24 15:48:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-24 18:58:55 +0300 |
commit | aa624a0a9243460b9037889a05663d3b9a9e8f99 (patch) | |
tree | 78ff701db9b1dbac67dfb192100f1e6e1440a1d3 /sound/soc/fsl/fsl-asoc-card.c | |
parent | 467b061f1ac80f323bedb56d20a24f7bc0d2cec5 (diff) | |
download | linux-aa624a0a9243460b9037889a05663d3b9a9e8f99.tar.xz |
ASoC: fsl-asoc-card: 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/fsl-asoc-card.c')
-rw-r--r-- | sound/soc/fsl/fsl-asoc-card.c | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/sound/soc/fsl/fsl-asoc-card.c b/sound/soc/fsl/fsl-asoc-card.c index 4a6750aa3637..07808c6d5461 100644 --- a/sound/soc/fsl/fsl-asoc-card.c +++ b/sound/soc/fsl/fsl-asoc-card.c @@ -1,14 +1,10 @@ -/* - * Freescale Generic ASoC Sound Card driver with ASRC - * - * Copyright (C) 2014 Freescale Semiconductor, Inc. - * - * Author: Nicolin Chen <nicoleotsuka@gmail.com> - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Freescale Generic ASoC Sound Card driver with ASRC +// +// Copyright (C) 2014 Freescale Semiconductor, Inc. +// +// Author: Nicolin Chen <nicoleotsuka@gmail.com> #include <linux/clk.h> #include <linux/i2c.h> |