diff options
author | Peter Rosin <peda@axentia.se> | 2018-04-13 14:47:50 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-16 14:37:36 +0300 |
commit | a93532dbdc8d6b96b8c51eea333cb40bfa7c490c (patch) | |
tree | f3a9f32caabea76469eb58a5a4fd09f58159e6c2 /sound/soc/codecs/max9860.c | |
parent | 923859e3f6b281cc280214854a44dfd04cb7f65d (diff) | |
download | linux-a93532dbdc8d6b96b8c51eea333cb40bfa7c490c.tar.xz |
ASoC: max9860: switch to SPDX license tag
It's less overhead, clearer and generally neater.
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max9860.c')
-rw-r--r-- | sound/soc/codecs/max9860.c | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/sound/soc/codecs/max9860.c b/sound/soc/codecs/max9860.c index c1bd9de5e4a3..de3d44e9199b 100644 --- a/sound/soc/codecs/max9860.c +++ b/sound/soc/codecs/max9860.c @@ -1,23 +1,14 @@ -/* - * Driver for the MAX9860 Mono Audio Voice Codec - * - * https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf - * - * The driver does not support sidetone since the DVST register field is - * backwards with the mute near the maximum level instead of the minimum. - * - * Author: Peter Rosin <peda@axentia.s> - * Copyright 2016 Axentia Technologies - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * version 2 as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - */ +// SPDX-License-Identifier: GPL-2.0 +// +// Driver for the MAX9860 Mono Audio Voice Codec +// +// https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf +// +// The driver does not support sidetone since the DVST register field is +// backwards with the mute near the maximum level instead of the minimum. +// +// Author: Peter Rosin <peda@axentia.s> +// Copyright 2016 Axentia Technologies #include <linux/init.h> #include <linux/module.h> |