RE: [alsa-devel] [PATCH v2 1/3] ASoC: binding: add tdm-slot.txt

2014-02-12 Thread li.xi...@freescale.com
> > The current internal API for TDM is very poor, I don't think we want > > to expose that 1 to 1 to the devicetree. Since this means we'd have > > to support that forever. The first thing is that the semantics of > > snd_soc_dai_set_tdm_slot() are very unclear. E.g. some drivers use a > > zero bi

Re: [alsa-devel] [PATCH v2 1/3] ASoC: binding: add tdm-slot.txt

2014-02-12 Thread Mark Brown
On Wed, Feb 12, 2014 at 10:26:52AM +0100, Lars-Peter Clausen wrote: > The current internal API for TDM is very poor, I don't think we want > to expose that 1 to 1 to the devicetree. Since this means we'd have > to support that forever. The first thing is that the semantics of > snd_soc_dai_set_tdm

Re: [alsa-devel] [PATCH v2 1/3] ASoC: binding: add tdm-slot.txt

2014-02-12 Thread Lars-Peter Clausen
On 02/12/2014 08:45 AM, Xiubo Li wrote: TDM slot: This specifies audio DAI's TDM slot. Each entry is has four non-negative integer values in DT: For instance: simple-slot-info = <0xffc 0xffc 2 0>; The current internal API for TDM is very poor, I don't think we want