Re: [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-04 Thread Lee Jones
> Today's next (next-20131204) has a new boot failure[1] on > ux500/snowball which bisected down to this commit. Full boot log > attached. Right. Anyone not on CC (which I think you are Kevin) can follow the fun here: http://www.spinics.net/lists/arm-kernel/msg291374.html > It doesn't find th

Re: [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-04 Thread Kevin Hilman
On Tue, Nov 19, 2013 at 3:07 AM, Lee Jones wrote: > In this patch we do two things. Firstly, instead of open coding the > store of DMA data in to the DAI for later use, we use the API provided. > Secondly we create and store similar DMA data for the DT case, only > this time we use 'struct snd_dma

Re: [alsa-devel] [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-02 Thread Mark Brown
On Mon, Dec 02, 2013 at 02:03:24PM +, Lee Jones wrote: > I'm not aware of any dependencies on the ARM changes. I haven't tested > the arch/arm and sound/soc adaptions orthogonally, but I _think_ the > right decisions should be made depending on the information passed > from platform/dt code.

Re: [alsa-devel] [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-02 Thread Lee Jones
On Mon, 02 Dec 2013, Mark Brown wrote: > On Mon, Dec 02, 2013 at 10:12:56AM +, Lee Jones wrote: > > > It's actually my fault. I had two patches round the wrong way in the > > series. The imediately subsequent patch in the set fixes this issue: > > OK, so what do we do about this? Is there g

Re: [alsa-devel] [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-02 Thread Mark Brown
On Mon, Dec 02, 2013 at 10:12:56AM +, Lee Jones wrote: > It's actually my fault. I had two patches round the wrong way in the > series. The imediately subsequent patch in the set fixes this issue: OK, so what do we do about this? Is there going to be a revision of that patch adding the note

Re: [alsa-devel] [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-02 Thread Lee Jones
On Sun, 01 Dec 2013, Olof Johansson wrote: > Hi, > > On Tue, Nov 19, 2013 at 3:07 AM, Lee Jones wrote: > > In this patch we do two things. Firstly, instead of open coding the > > store of DMA data in to the DAI for later use, we use the API provided. > > Secondly we create and store similar DMA

Re: [alsa-devel] [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-12-01 Thread Olof Johansson
Hi, On Tue, Nov 19, 2013 at 3:07 AM, Lee Jones wrote: > In this patch we do two things. Firstly, instead of open coding the > store of DMA data in to the DAI for later use, we use the API provided. > Secondly we create and store similar DMA data for the DT case, only > this time we use 'struct sn

Re: [PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-11-19 Thread Mark Brown
On Tue, Nov 19, 2013 at 11:07:46AM +, Lee Jones wrote: > In this patch we do two things. Firstly, instead of open coding the > store of DMA data in to the DAI for later use, we use the API provided. > Secondly we create and store similar DMA data for the DT case, only > this time we use 'struct

[PATCH 07/10] ASoC: ux500: Store DMA data in the DAI differently in the pdata and DT case

2013-11-19 Thread Lee Jones
In this patch we do two things. Firstly, instead of open coding the store of DMA data in to the DAI for later use, we use the API provided. Secondly we create and store similar DMA data for the DT case, only this time we use 'struct snd_dmaengine_dai_dma_data' which is provided by the core for this