From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C5FA63BC693 for ; Wed, 29 Apr 2026 07:44:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777448696; cv=none; b=EhUJLxkvOkww0VHh7CvAxfmUh3bsafA76qS4FbmWAklpC+oHmUhyEH39kEi/2uUaHhImqElZvI/E04TkNWFtFikyRCRfZU6FkG2fVZC1SP5g8S+rumlawRLcH+E2ert9/O4RLfTNGj/9185xi3yuRuEjV/d8Z5zHEHObKlB89L0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777448696; c=relaxed/simple; bh=juStJNcfV7KjmE/LU0kVIQ+8d1FBUV24oHAKybg13/o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Rk/behE9LGkazdJiCQ/jDPt8N/xyvHI2FGxt1HFms12frwEI+LZqoKY+2j3AKz6GeUKmyQEH96cXO5PpoOPy8jzSbwPcFbvwiZsLY/bdyLsIZusHfZOxN02W91evqGF/9kA1Yx3bAm+36J08WYXHoUXXTeSa2RGIAMlMCV7zp7k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=0HmwpJwW; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="0HmwpJwW" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 8BF041A347A; Wed, 29 Apr 2026 07:44:53 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 5C116601DF; Wed, 29 Apr 2026 07:44:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 43CCB10729898; Wed, 29 Apr 2026 09:44:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1777448692; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=9QLwGF5jb+oga4BqW3y5KpwsRAOpzcDnt9w/lqu+R0Q=; b=0HmwpJwWfbl0+K20zJpSighylQ/sm5p0ZyWqTVfBOp7q0DIoDWXbXPyvor+LcmE7JKCevK vAiEKQZ40Nz4wNqouOdGTVvIW9rkmglHnEw6vs4p0yaut2hh4d7WeZF6K7ETeQm8tGyBVe im7gk62n2063rjJjKxvJInkIPlidzUnhJaOtUWjHjtSp2dSN3NbckYZ0zn2mSNzoaqXcDt iJYxjj2P0hMf8f5p4U2LGb3MWzSgWdu1gyg6Wd04LAL6YViah9f5P1rNEmLrp/JDZNqesK 6BPaADAL1dNTKl9lWzq6y9xwc3qwO1fI+gWf1CVKVo34YEkI1C/yBzb6+sDYCQ== From: Herve Codina To: Herve Codina , Bartosz Golaszewski , Linus Walleij , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Saravana Kannan , Jaroslav Kysela , Takashi Iwai Cc: linux-sound@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Christophe Leroy , Thomas Petazzoni Subject: [PATCH v2 16/17] ASoC: simple-amplifier: Update author and copyright Date: Wed, 29 Apr 2026 09:43:52 +0200 Message-ID: <20260429074356.118420-17-herve.codina@bootlin.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260429074356.118420-1-herve.codina@bootlin.com> References: <20260429074356.118420-1-herve.codina@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 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 --- sound/soc/codecs/simple-amplifier.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/simple-amplifier.c b/sound/soc/codecs/simple-amplifier.c index a7fbfcc4ec0d..e65ac29b4998 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 + * Support for gpio amplifier + * Copyright 2026 CS GROUP France + * Author: Herve Codina + * + * Basic simple amplifier driver + * Copyright (c) 2017 BayLibre, SAS. + * Author: Jerome Brunet */ #include @@ -956,4 +961,5 @@ module_platform_driver(simple_amp_driver); MODULE_DESCRIPTION("ASoC Simple Audio Amplifier driver"); MODULE_AUTHOR("Jerome Brunet "); +MODULE_AUTHOR("Herve Codina "); MODULE_LICENSE("GPL"); -- 2.53.0