Skip to content

Commit f803ec6

Browse files
dbalutabroonie
authored andcommitted
ASoC: fsl: micfil: Use dual license micfil code
We need this in order to easily reuse register definitions and some functions with Sound Open Firmware driver. According to Documentation/process/license-rules.rst: "Dual BSD/GPL" The module is dual licensed under a GPL v2 variant or BSD license choice. The exact variant of the BSD license can only be determined via the license information in the corresponding source files. so use "Dual BSD/GPL" for license string. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Link: https://lore.kernel.org/r/20230803072638.640789-1-daniel.baluta@oss.nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5d0c230 commit f803ec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sound/soc/fsl/fsl_micfil.c

Lines changed: 2 additions & 2 deletions
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 OR BSD-3-Clause
22
// Copyright 2018 NXP
33

44
#include <linux/bitfield.h>
@@ -1254,4 +1254,4 @@ module_platform_driver(fsl_micfil_driver);
12541254

12551255
MODULE_AUTHOR("Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>");
12561256
MODULE_DESCRIPTION("NXP PDM Microphone Interface (MICFIL) driver");
1257-
MODULE_LICENSE("GPL v2");
1257+
MODULE_LICENSE("Dual BSD/GPL");

sound/soc/fsl/fsl_micfil.h

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 OR BSD-3-Clause */
22
/*
33
* PDM Microphone Interface for the NXP i.MX SoC
44
* Copyright 2018 NXP

0 commit comments

Comments
 (0)