RE: [PATCH] ASoC: simple-card: Add DAPM routes parse from device tree

2014-01-01 Thread li.xi...@freescale.com
> Subject: Re: [PATCH] ASoC: simple-card: Add DAPM routes parse from device tree > > On Mon, Dec 23, 2013 at 12:57:01PM +0800, Xiubo Li wrote: > > Parses a simple DAPM route table from device tree. > > I've applied this on the basis that it's using a generic feat

Re: [PATCH] ASoC: simple-card: Add DAPM routes parse from device tree

2013-12-31 Thread Mark Brown
On Mon, Dec 23, 2013 at 12:57:01PM +0800, Xiubo Li wrote: > Parses a simple DAPM route table from device tree. I've applied this on the basis that it's using a generic feature and won't do any harm but given that no off-CODEC widgets are defined I do have to wonder when it'll actually be useful.

[PATCH] ASoC: simple-card: Add DAPM routes parse from device tree

2013-12-22 Thread Xiubo Li
Parses a simple DAPM route table from device tree. Signed-off-by: Xiubo Li --- Documentation/devicetree/bindings/sound/simple-card.txt | 13 +++-- sound/soc/generic/simple-card.c | 11 +-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Doc