From: Jarkko Nikula <jarkko.nikula@bitmer.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Tony Lindgren <tony@atomide.com>,
linux-omap@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH 0/2] OMAP2+: DMA: fix src/dst position reporting
Date: Tue, 01 Nov 2011 21:26:06 +0200 [thread overview]
Message-ID: <4EB047CE.2010807@bitmer.com> (raw)
In-Reply-To: <1320070817-9638-1-git-send-email-peter.ujfalusi@ti.com>
On 10/31/2011 04:20 PM, Peter Ujfalusi wrote:
> Hello,
>
> If the user asks for the sDMA current position before the first
> data has been transmitted (before the first DMA request has been
> generated), the reported position is not valid:
> src position: CSAC is uninitialized
> dst position: CDAC is 0
>
> The return values in both case considered invalid.
> This sitation can be identified by checking if the CDAC register
> is 0 (it is initialized to 0 in omap_dam_start call).
> In this case return the programmed source/destination address.
>
> The affected omap_get_dma_src_pos/omap_get_dma_dst_pos functions
> are used by the audio stack mainly for checking the current position
> of the audio stream.
>
> Regards,
> Peter
> ---
> Peter Ujfalusi (2):
> OMAP2+: DMA: Workaround for invalid source position
> OMAP2+: DMA: Workaround for invalid destination position
>
> arch/arm/plat-omap/dma.c | 25 ++++++++++++++++++++++---
> 1 files changed, 22 insertions(+), 3 deletions(-)
>
Both,
Reviewed-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
prev parent reply other threads:[~2011-11-01 19:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-31 14:20 [PATCH 0/2] OMAP2+: DMA: fix src/dst position reporting Peter Ujfalusi
2011-10-31 14:20 ` [PATCH 1/2] OMAP2+: DMA: Workaround for invalid source position Peter Ujfalusi
2011-11-03 21:27 ` Tony Lindgren
2011-11-03 21:29 ` Tony Lindgren
2011-11-04 9:35 ` Péter Ujfalusi
2011-11-04 9:35 ` Péter Ujfalusi
2011-11-04 20:08 ` Tony Lindgren
2011-11-04 20:08 ` Tony Lindgren
2011-10-31 14:20 ` [PATCH 2/2] OMAP2+: DMA: Workaround for invalid destination position Peter Ujfalusi
2011-11-01 19:26 ` Jarkko Nikula [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EB047CE.2010807@bitmer.com \
--to=jarkko.nikula@bitmer.com \
--cc=alsa-devel@alsa-project.org \
--cc=linux-omap@vger.kernel.org \
--cc=peter.ujfalusi@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.