From: simon.ho.cnxt@gmail.com
To: alsa-devel@alsa-project.org
Cc: pierre-louis.bossart@linux.intel.com,
Simon Ho <simon.ho@conexant.com>,
tiwai@suse.com, lgirdwood@gmail.com, broonie@kernel.org
Subject: [PATCH v2 0/2] ASoC: add support for CX2072X CODEC
Date: Wed, 5 Apr 2017 17:07:12 +0800 [thread overview]
Message-ID: <cover.1491382907.git.simon.ho@conexant.com> (raw)
From: Simon Ho <simon.ho@conexant.com>
Hi Takashi, Mark
I corrected the driver based on your input as below. Please help review the
code.
Mark:
- Corrected the coding style.
- EQ/DRC settings can be configured from userspace via mixer controls.
- Wrongly cast void pointers.
- Print I2C error code.
- Use memcmp() to check if the new EQ value is different.
- Removed unused TDM code.
- Removed noisy "out of memory" message.
- Corrected ACPI and I2C match table.
- Removed unnessary CONFIG_ACPI define.
Takashi:
- Fixed printf int argument.
- Fixed unexpected error code at no MCLK fallback.
Thanks,
Simon
Simon Ho (2):
ASoC: cx2072x: Add DT bingings documentation for CX2072X CODEC
ASoC: add support for Conexant CX2072X CODEC
.../devicetree/bindings/sound/cx2072x.txt | 36 +
sound/soc/codecs/Kconfig | 5 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/cx2072x.c | 2253 ++++++++++++++++++++
sound/soc/codecs/cx2072x.h | 319 +++
5 files changed, 2615 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/cx2072x.txt
create mode 100644 sound/soc/codecs/cx2072x.c
create mode 100644 sound/soc/codecs/cx2072x.h
--
2.7.4
next reply other threads:[~2017-04-05 9:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 9:07 simon.ho.cnxt [this message]
2017-04-05 9:07 ` [PATCH v2 1/2] ASoC: cx2072x: Add DT bingings documentation for CX2072X CODEC simon.ho.cnxt
2017-04-05 9:07 ` [PATCH v2 2/2] ASoC: add support for Conexant " simon.ho.cnxt
2017-04-11 13:31 ` Takashi Iwai
2017-04-12 5:45 ` Takashi Iwai
2017-04-12 7:41 ` Takashi Iwai
2017-04-12 7:50 ` Takashi Iwai
2017-04-12 10:20 ` Simon Ho
2017-04-12 10:31 ` Simon Ho
2017-04-12 10:29 ` Simon Ho
2017-10-13 12:37 ` [PATCH v2 0/2] ASoC: add support for " Steven Pitts
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=cover.1491382907.git.simon.ho@conexant.com \
--to=simon.ho.cnxt@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=simon.ho@conexant.com \
--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).