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

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: ps: update license

To align with AMD SoundWire manager driver license, update license as
GPL-2.0-only for Pink Sardine ACP PCI driver and corresponding child
drivers.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://msgid.link/r/20240222102656.631144-1-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Vijendar Mukunda and committed by
Mark Brown
4c754938 0dae534c

+5 -5
+1 -1
sound/soc/amd/ps/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0+ 1 + # SPDX-License-Identifier: GPL-2.0-only 2 2 # Pink Sardine platform Support 3 3 snd-pci-ps-objs := pci-ps.o 4 4 snd-ps-pdm-dma-objs := ps-pdm-dma.o
+1 -1
sound/soc/amd/ps/pci-ps.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * AMD Pink Sardine ACP PCI Driver 4 4 *
+1 -1
sound/soc/amd/ps/ps-mach.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * Machine driver for AMD Pink Sardine platform using DMIC 4 4 *
+1 -1
sound/soc/amd/ps/ps-pdm-dma.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * AMD ALSA SoC Pink Sardine PDM Driver 4 4 *
+1 -1
sound/soc/amd/ps/ps-sdw-dma.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 3 * AMD ALSA SoC Pink Sardine SoundWire DMA Driver 4 4 *