mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
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>
This commit is contained in:
parent
fb757dfa03
commit
7b295a6fc6
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user