From: simon.ho.cnxt@gmail.com
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, broonie@kernel.org, Simon Ho <simon.ho@conexant.com>
Subject: [PATCH 0/2] ASoC: Add driver for CX2072X CODEC
Date: Sat, 17 Dec 2016 15:52:31 +0800 [thread overview]
Message-ID: <cover.1481903061.git.simon.ho@conexant.com> (raw)
From: Simon Ho <simon.ho@conexant.com>
Re-send the patch because my previous email was sent by a non-member
email account and are being held. So please disregard my previous email
if you saw it. Sorry if I caused any trouble.
This patch adds support for Conexant CX2072X codec driver.
The CX2072X is a ultra low power stereo audio codec supports I2S/TDM
host interface with EQ, DRC features in playback mode.
Featues of CX2072X codec:
* Two 24 bits DACs and DACs.
* Stereo Headphone AMP.
* 2.8W per channel class-D output.
* Integrated seven bands per channel EQ and DRC.
* Fully integrated headset support with detect/switch.
* Stereo digital microphone for array applications.
* S/PDIF output.
* Bi-directional GPIOs.
* Support analog and digital PC Beeep.
* One headset button support.
* Supports a wide variety of host interfaces.
-wide variety of I2S and similar bit-stream formats
with word lengths of up to 24 bits.
-TDM stream supports up to 4 channels.
* AEC loopback support.
Simon Ho (2):
ASoC: cx2072x: Add DT bingings documentation for CX2072X CODEC
ASoC: cx2072x Add driver for CX2072X CODEC
.../devicetree/bindings/sound/cx2072x.txt | 36 +
sound/soc/codecs/Kconfig | 5 +
sound/soc/codecs/Makefile | 2 +
sound/soc/codecs/cx2072x.c | 2080 ++++++++++++++++++++
sound/soc/codecs/cx2072x.h | 322 +++
5 files changed, 2445 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:[~2016-12-17 7:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-17 7:52 simon.ho.cnxt [this message]
2016-12-17 7:52 ` [PATCH 1/2] ASoC: cx2072x: Add DT bingings documentation for CX2072X CODEC simon.ho.cnxt
[not found] ` <233120a71738fcef7b56f27fade0942f432e38ea.1481903061.git.simon.ho@conexant.com>
2016-12-19 16:20 ` [PATCH 2/2] ASoC: cx2072x Add driver " Mark Brown
2016-12-19 18:54 ` Pierre-Louis Bossart
2016-12-20 2:01 ` simon ho
2016-12-20 4:50 ` Simon Ho
2017-01-11 11:03 ` simon ho
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.1481903061.git.simon.ho@conexant.com \
--to=simon.ho.cnxt@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=simon.ho@conexant.com \
--cc=tiwai@suse.de \
/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.