From: Matteo Martelli <matteomartelli3@gmail.com>
To: Matteo Martelli <matteomartelli3@gmail.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-sound@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
Matteo Martelli <matteomartelli3@gmail.com>
Subject: Re: [PATCH v2 0/2] ASoC: codecs: add support for everest-semi es8311 codec
Date: Thu, 16 May 2024 18:03:14 +0200 [thread overview]
Message-ID: <66462e42bebfe_15e553703c@njaxe.notmuch> (raw)
In-Reply-To: <20240516154800.125284-1-matteomartelli3@gmail.com>
Matteo Martelli wrote:
> .../bindings/sound/everest,es8311.yaml | 52 +
> sound/soc/codecs/Kconfig | 4 +
> sound/soc/codecs/Makefile | 2 +
> sound/soc/codecs/es8311.c | 970 ++++++++++++++++++
> sound/soc/codecs/es8311.h | 162 +++
> 5 files changed, 1190 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/everest,es8311.yaml
> create mode 100644 sound/soc/codecs/es8311.c
> create mode 100644 sound/soc/codecs/es8311.h
This is the wrong diffstat from previous patch v1, sorry for that.
Here's the correct diffstat:
.../bindings/sound/everest,es8316.yaml | 7 +-
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/es8311.c | 970 ++++++++++++++++++
sound/soc/codecs/es8311.h | 162 +++
5 files changed, 1143 insertions(+), 2 deletions(-)
create mode 100644 sound/soc/codecs/es8311.c
create mode 100644 sound/soc/codecs/es8311.h
Best regards,
Matteo Martelli
prev parent reply other threads:[~2024-05-16 16:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-16 15:43 [PATCH v2 0/2] ASoC: codecs: add support for everest-semi es8311 codec Matteo Martelli
2024-05-16 15:43 ` [PATCH v2 1/2] ASoC: es8311: dt-bindings: add everest " Matteo Martelli
2024-05-19 17:45 ` Krzysztof Kozlowski
2024-05-16 15:43 ` [PATCH v2 2/2] ASoC: codecs: es8311: add everest es8311 codec support Matteo Martelli
2024-05-16 16:03 ` Matteo Martelli [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=66462e42bebfe_15e553703c@njaxe.notmuch \
--to=matteomartelli3@gmail.com \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).