Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: amd: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license
compliance management.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Vijendar Mukunda <vijendar.mukunda@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vijendar Mukunda and committed by
Mark Brown
d5a932e5 1c4fb245

+22 -47
+2
sound/soc/amd/raven/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0+ 2 + # Raven Ridge platform Support 1 3 snd-pci-acp3x-objs := pci-acp3x.o 2 4 snd-acp3x-pcm-dma-objs := acp3x-pcm-dma.o 3 5 obj-$(CONFIG_SND_SOC_AMD_ACP3x) += snd-pci-acp3x.o
+5 -14
sound/soc/amd/raven/acp3x-pcm-dma.c
··· 1 - /* 2 - * AMD ALSA SoC PCM Driver 3 - * 4 - * Copyright 2016 Advanced Micro Devices, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // AMD ALSA SoC PCM Driver 4 + // 5 + //Copyright 2016 Advanced Micro Devices, Inc. 15 6 16 7 #include <linux/platform_device.h> 17 8 #include <linux/module.h>
+7
sound/soc/amd/raven/acp3x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 2 + /* 3 + * AMD ALSA SoC PCM Driver 4 + * 5 + * Copyright 2016 Advanced Micro Devices, Inc. 6 + */ 7 + 1 8 #include "chip_offset_byte.h" 2 9 3 10 #define ACP3x_PHY_BASE_ADDRESS 0x1240000
+3 -19
sound/soc/amd/raven/chip_offset_byte.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 - * ACP 3.0 Register documentation 3 + * AMD ACP 3.0 Register Documentation 3 4 * 4 - * Copyright (C) 2016 Advanced Micro Devices, Inc. 5 - * 6 - * Permission is hereby granted, free of charge, to any person obtaining a 7 - * copy of this software and associated documentation files (the "Software"), 8 - * to deal in the Software without restriction, including without limitation 9 - * the rights to use, copy, modify, merge, publish, distribute, sublicense, 10 - * and/or sell copies of the Software, and to permit persons to whom the 11 - * Software is furnished to do so, subject to the following conditions: 12 - * 13 - * The above copyright notice and this permission notice shall be included 14 - * in all copies or substantial portions of the Software. 15 - * 16 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 17 - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 18 - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 19 - * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 20 - * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 21 - * IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 5 + * Copyright 2016 Advanced Micro Devices, Inc. 22 6 */ 23 7 24 8 #ifndef _acp_ip_OFFSET_HEADER
+5 -14
sound/soc/amd/raven/pci-acp3x.c
··· 1 - /* 2 - * AMD ALSA SoC PCM Driver 3 - * 4 - * Copyright 2016 Advanced Micro Devices, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0+ 2 + // 3 + // AMD ACP PCI Driver 4 + // 5 + //Copyright 2016 Advanced Micro Devices, Inc. 15 6 16 7 #include <linux/pci.h> 17 8 #include <linux/module.h>