diff options
| author | Herve Codina <herve.codina@bootlin.com> | 2026-05-13 10:17:00 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-18 17:44:15 +0100 |
| commit | 7b295a6fc63254381504b4abd37ff150eec19bea (patch) | |
| tree | 301e29266d48d155d8fbd3232e1bda5422de9e62 | |
| parent | fb757dfa039fd2adaab5bf0de2df1530531b4060 (diff) | |
| download | linux-next-history-7b295a6fc63254381504b4abd37ff150eec19bea.tar.gz | |
ASoC: simple-amplifier: Update author and copyright
After reworking the simple-amplifier driver and adding support for
gpio-audio-amp in the driver, add myself as the author of the
gpio-audio-amp part of the driver and add a related copyright.
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Link: https://patch.msgid.link/20260513081702.317117-17-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/simple-amplifier.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sound/soc/codecs/simple-amplifier.c b/sound/soc/codecs/simple-amplifier.c index 3785044235bb5..ca0e6ce8cc379 100644 --- a/sound/soc/codecs/simple-amplifier.c +++ b/sound/soc/codecs/simple-amplifier.c @@ -1,7 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (c) 2017 BayLibre, SAS. - * Author: Jerome Brunet <jbrunet@baylibre.com> + * Support for gpio amplifier + * Copyright 2026 CS GROUP France + * Author: Herve Codina <herve.codina@bootlin.com> + * + * Basic simple amplifier driver + * Copyright (c) 2017 BayLibre, SAS. + * Author: Jerome Brunet <jbrunet@baylibre.com> */ #include <linux/bitmap.h> @@ -967,4 +972,5 @@ module_platform_driver(simple_amp_driver); MODULE_DESCRIPTION("ASoC Simple Audio Amplifier driver"); MODULE_AUTHOR("Jerome Brunet <jbrunet@baylibre.com>"); +MODULE_AUTHOR("Herve Codina <herve.codina@bootlin.com>"); MODULE_LICENSE("GPL"); |
