From: Jun Nie <jun.nie@linaro.org>
To: broonie@kernel.org, lgirdwood@gmail.com
Cc: alsa-devel@alsa-project.org, shawn.guo@linaro.org,
wan.zhijun@zte.com.cn, Jun Nie <jun.nie@linaro.org>
Subject: [PATCH v3 0/6] Support ZTE zx296702 SPDIF/I2S
Date: Fri, 29 May 2015 21:31:15 +0800 [thread overview]
Message-ID: <1432906281-27698-1-git-send-email-jun.nie@linaro.org> (raw)
Changes vs v2:
- remove pcm dma driver and merge the related call into DAI driver
- Add zx HDMI codec with direct HDMI function call
- Other typo and minor fix
Jun Nie (6):
dt: Add documentation for the ZTE SPDIF controller
dt: Add documentation for the ZTE I2S controller
dt: Add doc for the ZTE HDMI audio codec binding
ASoC: zx: Add zx296702 SPDIF support
ASoC: zx: Add ZTE zx296702 I2S DAI driver
ASoC: zx: add zx296702 hdmi codec
.../devicetree/bindings/sound/zte,zx-hdmi.txt | 10 +
.../devicetree/bindings/sound/zte,zx-i2s.txt | 44 +++
.../devicetree/bindings/sound/zte,zx-spdif.txt | 28 ++
include/sound/zx_hdmi_audio.h | 7 +
sound/soc/Kconfig | 1 +
sound/soc/Makefile | 1 +
sound/soc/codecs/Kconfig | 3 +
sound/soc/codecs/Makefile | 1 +
sound/soc/codecs/zx296702_hdmi.c | 121 ++++++
sound/soc/zte/Kconfig | 17 +
sound/soc/zte/Makefile | 2 +
sound/soc/zte/zx296702-i2s.c | 437 +++++++++++++++++++++
sound/soc/zte/zx296702-spdif.c | 370 +++++++++++++++++
13 files changed, 1042 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/zte,zx-hdmi.txt
create mode 100644 Documentation/devicetree/bindings/sound/zte,zx-i2s.txt
create mode 100644 Documentation/devicetree/bindings/sound/zte,zx-spdif.txt
create mode 100644 include/sound/zx_hdmi_audio.h
create mode 100644 sound/soc/codecs/zx296702_hdmi.c
create mode 100644 sound/soc/zte/Kconfig
create mode 100644 sound/soc/zte/Makefile
create mode 100644 sound/soc/zte/zx296702-i2s.c
create mode 100644 sound/soc/zte/zx296702-spdif.c
--
1.9.1
next reply other threads:[~2015-05-29 13:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-29 13:31 Jun Nie [this message]
2015-05-29 13:31 ` [PATCH v3 1/6] dt: Add documentation for the ZTE SPDIF controller Jun Nie
2015-05-29 13:31 ` [PATCH v3 2/6] dt: Add documentation for the ZTE I2S controller Jun Nie
2015-05-29 13:31 ` [PATCH v3 3/6] dt: Add doc for the ZTE HDMI audio codec binding Jun Nie
2015-05-29 13:31 ` [PATCH v3 4/6] ASoC: zx: Add zx296702 SPDIF support Jun Nie
2015-05-29 14:03 ` Lars-Peter Clausen
2015-05-29 13:31 ` [PATCH v3 5/6] ASoC: zx: Add ZTE zx296702 I2S DAI driver Jun Nie
2015-06-03 16:02 ` Mark Brown
2015-05-29 13:31 ` [PATCH v3 6/6] ASoC: zx: add zx296702 hdmi codec Jun Nie
2015-05-29 14:10 ` Lars-Peter Clausen
2015-05-29 15:18 ` Mark Brown
2015-06-01 1:42 ` Jun Nie
2015-06-02 18:13 ` Mark Brown
2015-06-03 1:47 ` Jun Nie
2015-06-03 11:01 ` Mark Brown
2015-06-03 12:40 ` Jun Nie
2015-06-03 15:09 ` Mark Brown
2015-06-03 17:58 ` Mark Brown
2015-06-04 3:35 ` Jun Nie
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=1432906281-27698-1-git-send-email-jun.nie@linaro.org \
--to=jun.nie@linaro.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=shawn.guo@linaro.org \
--cc=wan.zhijun@zte.com.cn \
/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).