All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Rhodes <drhodes@opensource.cirrus.com>
To: <broonie@kernel.org>, <robh@kernel.org>,
	<ckeepax@opensource.cirrus.com>,  <brian.austin@cirrus.com>,
	<patches@opensource.cirrus.com>, <alsa-devel@alsa-project.org>,
	<david.rhodes@cirrus.com>, <pierre-louis.bossart@linux.intel.com>
Cc: David Rhodes <drhodes@opensource.cirrus.com>
Subject: [PATCH v6 0/2] Cirrus Logic CS35L41 Amplifier
Date: Fri, 3 Sep 2021 16:26:57 -0500	[thread overview]
Message-ID: <20210903212659.2011303-1-drhodes@opensource.cirrus.com> (raw)

ASoC driver and devicetree documentation for a new
Cirrus Logic amplifier CS35L41

v6 changes:
Fix header comment style
Remove some unsafe mixer controls
Remove some fields in regmap readable_reg
Remove unneccesssary regmap setup in component_probe
Remove extra whitespace
Reorder in probe: handle_pdata before regulator_enable
Set initial analog gain to 0dB

David Rhodes (2):
  ASoC: cs35l41: CS35L41 Boosted Smart Amplifier
  ASoC: cs35l41: Add bindings for CS35L41

 .../devicetree/bindings/sound/cs35l41.yaml    |  162 ++
 include/sound/cs35l41.h                       |   35 +
 sound/soc/codecs/Kconfig                      |   12 +
 sound/soc/codecs/Makefile                     |    4 +
 sound/soc/codecs/cs35l41-i2c.c                |  114 ++
 sound/soc/codecs/cs35l41-spi.c                |  143 ++
 sound/soc/codecs/cs35l41-tables.c             |  597 +++++++
 sound/soc/codecs/cs35l41.c                    | 1561 +++++++++++++++++
 sound/soc/codecs/cs35l41.h                    |  775 ++++++++
 9 files changed, 3403 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cs35l41.yaml
 create mode 100644 include/sound/cs35l41.h
 create mode 100644 sound/soc/codecs/cs35l41-i2c.c
 create mode 100644 sound/soc/codecs/cs35l41-spi.c
 create mode 100644 sound/soc/codecs/cs35l41-tables.c
 create mode 100644 sound/soc/codecs/cs35l41.c
 create mode 100644 sound/soc/codecs/cs35l41.h

-- 
2.25.1


             reply	other threads:[~2021-09-03 21:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-03 21:26 David Rhodes [this message]
2021-09-03 21:26 ` [PATCH v6 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier David Rhodes
2021-09-03 21:26 ` [PATCH v6 2/2] ASoC: cs35l41: Add bindings for CS35L41 David Rhodes
2021-09-06  9:43   ` Charles Keepax
2021-09-07 17:38     ` David Rhodes

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=20210903212659.2011303-1-drhodes@opensource.cirrus.com \
    --to=drhodes@opensource.cirrus.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=brian.austin@cirrus.com \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.cirrus.com \
    --cc=david.rhodes@cirrus.com \
    --cc=patches@opensource.cirrus.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=robh@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.