From patchwork Wed Jan 11 13:49:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 641677 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 04AB7C5479D for ; Wed, 11 Jan 2023 13:50:10 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id ECEFAE745; Wed, 11 Jan 2023 14:49:18 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz ECEFAE745 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1673445009; bh=aNx5Q6K9Lx8YNm2d8ag0QMfKvOW0AfhYXR5k2agq+4Q=; h=From:To:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:Cc:From; b=l0QuNq9oOssAMhJnBxWW9wXMVuxjxHyEkMJYqQcLOvOzdovedtHn7WOiqpyecQwuV PKsugG2xPAyg4EuSb9j4MsfEa09RbXaW8QX+j2NW6ropDrjOYjTpG/3gXtZHbxOYZL ADSWo5UBMISfo3xMZ8xvMhQJX/eYB5ByQ/QBMk9g= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id A1546F8030F; Wed, 11 Jan 2023 14:49:18 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 35027F8016E; Wed, 11 Jan 2023 14:49:18 +0100 (CET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 88B5FF8016E for ; Wed, 11 Jan 2023 14:49:16 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 88B5FF8016E Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=olT+Jqya Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id AA53DFF805; Wed, 11 Jan 2023 13:49:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1673444956; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Pdzxj+WuY057sZ95mrcpv8a0CMR2UrZnAp8NXQR+XeE=; b=olT+JqyaFSAi9vB+Q2ko+Lcm28jX1cujIriRuUsfGWXvg/hphmA0GbXFdr4Rs624Fn7Gti S9xyb0Q8MSmj18LbyyARyOF1zlp77g6PzXcTBU0gWa3Gedm4Cl/lNE1mIsaEzE+tYjHJLf H3MwTBmjtmtxomKDuZtdGkS/nitlisTy36BnVklm0fpLvpW6LPzyT5FWYE3m/DVhRjnrBk HZ4sIAtbQzwcqgG1ske4Ep+y6nv275xEpGdkDs7OHPKqX2q8OxUXaAltpPdSKfn0X6Q1yR 6EglAH81B//R1gkUFJxe5hAZvvl/rmKch+7+iGqQdbxJdEtbO3vAoEZD1Uiiag== From: Herve Codina To: Herve Codina , Liam Girdwood , Mark Brown , Rob Herring , Krzysztof Kozlowski , Linus Walleij , Bartosz Golaszewski , Jaroslav Kysela , Takashi Iwai Subject: [PATCH 0/3] Add the Renesas IDT821034 codec support Date: Wed, 11 Jan 2023 14:49:02 +0100 Message-Id: <20230111134905.248305-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Christophe Leroy , linux-gpio@vger.kernel.org, Thomas Petazzoni Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" Hi, The Renesas IDT821034 codec is four channel PCM codec with on-chip filters and programmable gain setting. It also provides SLIC (Subscriber Line Interface Circuit) signals as GPIOs. Best regards, Herve Codina Herve Codina (3): dt-bindings: sound: Add Renesas IDT821034 codec ASoC: codecs: Add support for the Renesas IDT821034 codec MAINTAINERS: add the Renesas IDT821034 codec entry .../bindings/sound/renesas,idt821034.yaml | 97 ++ MAINTAINERS | 7 + sound/soc/codecs/Kconfig | 12 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/idt821034.c | 1234 +++++++++++++++++ 5 files changed, 1352 insertions(+) create mode 100644 Documentation/devicetree/bindings/sound/renesas,idt821034.yaml create mode 100644 sound/soc/codecs/idt821034.c