All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolin Chen <b42378@freescale.com>
To: broonie@kernel.org, timur@tabi.org
Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org,
	devicetree-discuss@lists.ozlabs.org, rob.herring@calxeda.com
Subject: [PATCH 0/3] ASoC: Add Freescale i.MX S/PDIF controller driver
Date: Wed, 31 Jul 2013 20:07:04 +0800	[thread overview]
Message-ID: <cover.1375271745.git.b42378@freescale.com> (raw)

* This series of patches add i.MX S/PDIF drivers, including CPU DAI, machine.
* It also add two missing sample rates support for spdif dummy codec drivers

Nicolin Chen (3):
  ASoC: codec: spdif: Add S20_3LE and S24_LE support for dummy codec
    drivers
  ASoC: fsl: Add S/PDIF CPU DAI driver
  ASoC: fsl: Add S/PDIF machine driver

 .../devicetree/bindings/sound/fsl,spdif.txt        |   63 +
 .../devicetree/bindings/sound/imx-audio-spdif.txt  |   29 +
 sound/soc/codecs/spdif_receiver.c                  |    2 +
 sound/soc/codecs/spdif_transmitter.c               |    5 +-
 sound/soc/fsl/Kconfig                              |   14 +
 sound/soc/fsl/Makefile                             |    4 +
 sound/soc/fsl/fsl_spdif.c                          | 1276 ++++++++++++++++++++
 sound/soc/fsl/fsl_spdif.h                          |  233 ++++
 sound/soc/fsl/imx-spdif.c                          |  134 ++
 9 files changed, 1758 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/fsl,spdif.txt
 create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-spdif.txt
 create mode 100644 sound/soc/fsl/fsl_spdif.c
 create mode 100644 sound/soc/fsl/fsl_spdif.h
 create mode 100644 sound/soc/fsl/imx-spdif.c

WARNING: multiple messages have this Message-ID (diff)
From: Nicolin Chen <b42378@freescale.com>
To: <broonie@kernel.org>, <timur@tabi.org>
Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org,
	devicetree-discuss@lists.ozlabs.org, rob.herring@calxeda.com
Subject: [PATCH 0/3] ASoC: Add Freescale i.MX S/PDIF controller driver
Date: Wed, 31 Jul 2013 20:07:04 +0800	[thread overview]
Message-ID: <cover.1375271745.git.b42378@freescale.com> (raw)

* This series of patches add i.MX S/PDIF drivers, including CPU DAI, machine.
* It also add two missing sample rates support for spdif dummy codec drivers

Nicolin Chen (3):
  ASoC: codec: spdif: Add S20_3LE and S24_LE support for dummy codec
    drivers
  ASoC: fsl: Add S/PDIF CPU DAI driver
  ASoC: fsl: Add S/PDIF machine driver

 .../devicetree/bindings/sound/fsl,spdif.txt        |   63 +
 .../devicetree/bindings/sound/imx-audio-spdif.txt  |   29 +
 sound/soc/codecs/spdif_receiver.c                  |    2 +
 sound/soc/codecs/spdif_transmitter.c               |    5 +-
 sound/soc/fsl/Kconfig                              |   14 +
 sound/soc/fsl/Makefile                             |    4 +
 sound/soc/fsl/fsl_spdif.c                          | 1276 ++++++++++++++++++++
 sound/soc/fsl/fsl_spdif.h                          |  233 ++++
 sound/soc/fsl/imx-spdif.c                          |  134 ++
 9 files changed, 1758 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/sound/fsl,spdif.txt
 create mode 100644 Documentation/devicetree/bindings/sound/imx-audio-spdif.txt
 create mode 100644 sound/soc/fsl/fsl_spdif.c
 create mode 100644 sound/soc/fsl/fsl_spdif.h
 create mode 100644 sound/soc/fsl/imx-spdif.c

             reply	other threads:[~2013-07-31 11:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31 12:07 Nicolin Chen [this message]
2013-07-31 12:07 ` [PATCH 0/3] ASoC: Add Freescale i.MX S/PDIF controller driver Nicolin Chen
2013-07-31 12:07 ` [PATCH 1/3] ASoC: codec: spdif: Add S20_3LE and S24_LE support for dummy codec drivers Nicolin Chen
2013-07-31 12:07   ` Nicolin Chen
2013-07-31 13:28   ` Mark Brown
2013-07-31 13:28     ` Mark Brown
2013-07-31 14:10     ` Chen Guangyu-B42378
2013-07-31 14:10       ` Chen Guangyu-B42378
2013-07-31 12:07 ` [PATCH 2/3] ASoC: fsl: Add S/PDIF CPU DAI driver Nicolin Chen
2013-07-31 12:07   ` Nicolin Chen
2013-07-31 12:16   ` Lars-Peter Clausen
2013-07-31 12:16     ` [alsa-devel] " Lars-Peter Clausen
2013-07-31 14:12     ` Chen Guangyu-B42378
2013-07-31 14:12       ` [alsa-devel] " Chen Guangyu-B42378
2013-07-31 12:07 ` [PATCH 3/3] ASoC: fsl: Add S/PDIF machine driver Nicolin Chen
2013-07-31 12:07   ` Nicolin Chen

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.1375271745.git.b42378@freescale.com \
    --to=b42378@freescale.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=rob.herring@calxeda.com \
    --cc=timur@tabi.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.