Re: [PATCH 6/8] ASoC: simple-card: add tdm slot supports

2014-01-23 Thread Mark Brown
On Thu, Jan 23, 2014 at 01:02:48PM +0800, Xiubo Li wrote: > For some CPU/CODEC DAI devices the tdm slot maybe needed. This patch > adds the tdm slot supporting for simple-card driver. This needs binding documentation. signature.asc Description: Digital signature

RE: [PATCH 6/8] ASoC: simple-card: add tdm slot supports

2014-01-22 Thread li.xi...@freescale.com
Hi David, Firstly thanks for your comment. > > +asoc_simple_card_of_parse_tdm_slot(struct device_node *np, > > + struct device *dev, > > + struct asoc_simple_dai *dai, > > + const char *propname) > > +{ > > +

Re: [PATCH 6/8] ASoC: simple-card: add tdm slot supports

2014-01-22 Thread David Rientjes
On Thu, 23 Jan 2014, Xiubo Li wrote: > diff --git a/include/sound/simple_card.h b/include/sound/simple_card.h > index e1ac996..cfc5b66 100644 > --- a/include/sound/simple_card.h > +++ b/include/sound/simple_card.h > @@ -14,10 +14,18 @@ > > #include > > +struct asoc_simple_tdm_slot { > +

[PATCH 6/8] ASoC: simple-card: add tdm slot supports

2014-01-22 Thread Xiubo Li
For some CPU/CODEC DAI devices the tdm slot maybe needed. This patch adds the tdm slot supporting for simple-card driver. The style of the tdm slot in DT: For instance: simple-tdm-slot = <0xffc 0xffc 2 0>; Signed-off-by: Xiubo Li --- The VF610 Tower and VF610 LS1 platforms' SP