Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Support ZTE zx296702 SPDIF/I2S
@ 2015-06-04  3:41 Jun Nie
  2015-06-04  3:41 ` [PATCH v4 1/4] dt: Add documentation for the ZTE SPDIF controller Jun Nie
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jun Nie @ 2015-06-04  3:41 UTC (permalink / raw)
  To: broonie, lgirdwood; +Cc: jason.liu, alsa-devel, shawn.guo, wan.zhijun, Jun Nie

Changes vs v3:
  - remove HDMI stuff and will add it in video side later
  - Polish SPDIF driver with devm_*

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 (4):
  dt: Add documentation for the ZTE SPDIF controller
  dt: Add documentation for the ZTE I2S controller
  ASoC: zx: Add zx296702 SPDIF support
  ASoC: zx: Add ZTE zx296702 I2S DAI driver

 .../devicetree/bindings/sound/zte,zx-i2s.txt       |  44 +++
 .../devicetree/bindings/sound/zte,zx-spdif.txt     |  28 ++
 sound/soc/Kconfig                                  |   1 +
 sound/soc/Makefile                                 |   1 +
 sound/soc/zte/Kconfig                              |  17 +
 sound/soc/zte/Makefile                             |   2 +
 sound/soc/zte/zx296702-i2s.c                       | 437 +++++++++++++++++++++
 sound/soc/zte/zx296702-spdif.c                     | 370 +++++++++++++++++
 8 files changed, 900 insertions(+)
 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 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-04 15:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04  3:41 [PATCH v4 0/4] Support ZTE zx296702 SPDIF/I2S Jun Nie
2015-06-04  3:41 ` [PATCH v4 1/4] dt: Add documentation for the ZTE SPDIF controller Jun Nie
2015-06-04  3:41 ` [PATCH v4 2/4] dt: Add documentation for the ZTE I2S controller Jun Nie
2015-06-04  3:41 ` [PATCH v4 3/4] ASoC: zx: Add zx296702 SPDIF support Jun Nie
2015-06-04  3:41 ` [PATCH v4 4/4] ASoC: zx: Add ZTE zx296702 I2S DAI driver Jun Nie
2015-06-04 12:05 ` [PATCH v4 0/4] Support ZTE zx296702 SPDIF/I2S Mark Brown
2015-06-04 13:34   ` Jun Nie
2015-06-04 15:04     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox