Skip to content

Commit 4c75493

Browse files
vijendarmukundabroonie
authored andcommitted
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>
1 parent 0dae534 commit 4c75493

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

sound/soc/amd/ps/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: GPL-2.0+
1+
# SPDX-License-Identifier: GPL-2.0-only
22
# Pink Sardine platform Support
33
snd-pci-ps-objs := pci-ps.o
44
snd-ps-pdm-dma-objs := ps-pdm-dma.o

sound/soc/amd/ps/pci-ps.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* AMD Pink Sardine ACP PCI Driver
44
*

sound/soc/amd/ps/ps-mach.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Machine driver for AMD Pink Sardine platform using DMIC
44
*

sound/soc/amd/ps/ps-pdm-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* AMD ALSA SoC Pink Sardine PDM Driver
44
*

sound/soc/amd/ps/ps-sdw-dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: GPL-2.0+
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* AMD ALSA SoC Pink Sardine SoundWire DMA Driver
44
*

0 commit comments

Comments
 (0)