diff options
author | Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com> | 2018-02-20 09:56:07 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-20 13:03:15 +0100 |
commit | 05aa6165cfdb796916197da6b8ef93b22a62e3a9 (patch) | |
tree | 515df9699a923252fb4f2d8a550883829591cd9c /sound/soc/codecs/ak4458.c | |
parent | ASoC: ak4458: replace codec to component (diff) | |
download | linux-05aa6165cfdb796916197da6b8ef93b22a62e3a9.tar.xz linux-05aa6165cfdb796916197da6b8ef93b22a62e3a9.zip |
ASoC: ak4458: Modify SPDX license format
Modify SPDX comment style to match the rules. Since the original
code had a GPL-2.0 license and SPDX is compatible with GPL-2.0+,
we also modified the MODULE_LICENSE.
Signed-off-by: Cosmin-Gabriel Samoila <cosmin.samoila@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/ak4458.c')
-rw-r--r-- | sound/soc/codecs/ak4458.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sound/soc/codecs/ak4458.c b/sound/soc/codecs/ak4458.c index d2815ac9cffa..8a49dd24e6b7 100644 --- a/sound/soc/codecs/ak4458.c +++ b/sound/soc/codecs/ak4458.c @@ -1,10 +1,9 @@ // SPDX-License-Identifier: GPL-2.0 -/* - * Audio driver for AK4458 DAC - * - * Copyright (C) 2016 Asahi Kasei Microdevices Corporation - * Copyright 2018 NXP - */ +// +// Audio driver for AK4458 DAC +// +// Copyright (C) 2016 Asahi Kasei Microdevices Corporation +// Copyright 2018 NXP #include <linux/module.h> #include <linux/delay.h> @@ -655,4 +654,4 @@ module_i2c_driver(ak4458_i2c_driver); MODULE_AUTHOR("Junichi Wakasugi <wakasugi.jb@om.asahi-kasei.co.jp>"); MODULE_AUTHOR("Mihai Serban <mihai.serban@nxp.com>"); MODULE_DESCRIPTION("ASoC AK4458 DAC driver"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); |