All of lore.kernel.org
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 0/8] DPCM with simple-card support for Kirkwood
Date: Wed,  6 Aug 2014 03:18:24 +0200	[thread overview]
Message-ID: <1407287912-19447-1-git-send-email-andrew@lunn.ch> (raw)

Hi Russell

30 June you posted your code to implement DPCM for kirkwood-i2s,
making it possible to use both I2S and SPDIF at the same time.

It has taken me a while, but i now have this patch on 3.16-rc6, and
i've extended simple-card to support DPCM. I've tested it on a
kirkwood based HP T5325, which only makes use of the I2S backend.

Please could you take a look and see if this helps to unblock getting
your Cubox support into mainline.

The code is also here

https://github.com/lunn/linux.git v3.16-rc6-rmk-dpcm 

Thanks
	Andrew

Andrew Lunn (7):
  ASoC: simple-card: Make mclk setting a dai link property
  ARM: Kirkwood: Update sound DT node to reflect DPCM support
  ASoC: dt: Parse DPCM properties
  ASoC: simple-card: Don't set DAI format for dynamic DAIs
  ASoC: dt: Allow the platform name to be set for a DAI
  ASoC: simple-card: Allow use of snd-soc-dummy as codec
  ARM: Kirkwood: Describe DPCM audio support in DT

Russell King (1):
  ASoC: kirkwood: add DPCM support

 .../devicetree/bindings/sound/simple-card.txt      |  11 +-
 arch/arm/boot/dts/kirkwood-openrd-client.dts       |  39 +++-
 arch/arm/boot/dts/kirkwood-t5325.dts               |  37 +++-
 arch/arm/boot/dts/kirkwood.dtsi                    |   2 +-
 include/sound/soc.h                                |   8 +
 sound/soc/generic/simple-card.c                    | 140 +++++++-----
 sound/soc/kirkwood/kirkwood-i2s.c                  | 244 ++++++++++++++-------
 sound/soc/kirkwood/kirkwood.h                      |  20 ++
 sound/soc/soc-core.c                               |  29 +++
 9 files changed, 380 insertions(+), 150 deletions(-)

-- 
2.0.1

             reply	other threads:[~2014-08-06  1:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06  1:18 Andrew Lunn [this message]
2014-08-06  1:18 ` [RFC 1/8] ASoC: kirkwood: add DPCM support Andrew Lunn
2014-08-06  1:18 ` [RFC 2/8] ASoC: simple-card: Make mclk setting a dai link property Andrew Lunn
2014-08-06  1:18 ` [RFC 3/8] ARM: Kirkwood: Update sound DT node to reflect DPCM support Andrew Lunn
2014-08-06  1:18 ` [RFC 4/8] ASoC: dt: Parse DPCM properties Andrew Lunn
2014-08-06  1:18 ` [RFC 5/8] ASoC: simple-card: Don't set DAI format for dynamic DAIs Andrew Lunn
2014-08-06  1:18 ` [RFC 6/8] ASoC: dt: Allow the platform name to be set for a DAI Andrew Lunn
2014-08-06  1:18 ` [RFC 7/8] ASoC: simple-card: Allow use of snd-soc-dummy as codec Andrew Lunn
2014-08-06  1:18 ` [RFC 8/8] ARM: Kirkwood: Describe DPCM audio support in DT Andrew Lunn
2014-08-06  8:33 ` [RFC 0/8] DPCM with simple-card support for Kirkwood Jean-Francois Moine
2014-08-06 14:30   ` Andrew Lunn
2014-08-06 17:43     ` Jean-Francois Moine
2014-08-06 17:53       ` Andrew Lunn
2014-08-06 18:29         ` Jean-Francois Moine

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=1407287912-19447-1-git-send-email-andrew@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.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.