Re: [PATCH v3 0/2] dmaengine: omap-dma: Fix cyclic suspend/resume

2014-09-23 Thread Vinod Koul
On Tue, Sep 16, 2014 at 10:45:55PM +0300, Peter Ujfalusi wrote: > Hi, > > Changes since v2: > - fix typo in patch two > - Acked-by added from Russell > > When the audio is paused/resumed (application paused the sream or board > suspend) > the audio was only playing back one period worth of data

Re: [PATCH v3 0/2] dmaengine: omap-dma: Fix cyclic suspend/resume

2014-09-23 Thread Vinod Koul
On Tue, Sep 16, 2014 at 10:45:55PM +0300, Peter Ujfalusi wrote: Hi, Changes since v2: - fix typo in patch two - Acked-by added from Russell When the audio is paused/resumed (application paused the sream or board suspend) the audio was only playing back one period worth of data and then

Re: [PATCH v3 0/2] dmaengine: omap-dma: Fix cyclic suspend/resume

2014-09-17 Thread Peter Ujfalusi
Vinod, On 09/16/2014 10:45 PM, Peter Ujfalusi wrote: > Hi, > > Changes since v2: > - fix typo in patch two > - Acked-by added from Russell > > When the audio is paused/resumed (application paused the sream or board > suspend) > the audio was only playing back one period worth of data and then

Re: [PATCH v3 0/2] dmaengine: omap-dma: Fix cyclic suspend/resume

2014-09-17 Thread Peter Ujfalusi
Vinod, On 09/16/2014 10:45 PM, Peter Ujfalusi wrote: Hi, Changes since v2: - fix typo in patch two - Acked-by added from Russell When the audio is paused/resumed (application paused the sream or board suspend) the audio was only playing back one period worth of data and then stops

[PATCH v3 0/2] dmaengine: omap-dma: Fix cyclic suspend/resume

2014-09-16 Thread Peter Ujfalusi
Hi, Changes since v2: - fix typo in patch two - Acked-by added from Russell When the audio is paused/resumed (application paused the sream or board suspend) the audio was only playing back one period worth of data and then stops because the omap_dam_stop() clears the link configuration and it is

[PATCH v3 0/2] dmaengine: omap-dma: Fix cyclic suspend/resume

2014-09-16 Thread Peter Ujfalusi
Hi, Changes since v2: - fix typo in patch two - Acked-by added from Russell When the audio is paused/resumed (application paused the sream or board suspend) the audio was only playing back one period worth of data and then stops because the omap_dam_stop() clears the link configuration and it is