From: Troy Kisky <troy.kisky@boundarydevices.com>
To: Chaithrika U S <chaithrika@ti.com>
Cc: khilman@deeprootsystems.com, alsa-devel@alsa-project.org,
broonie@opensource.wolfsonmicro.com,
davinci-linux-open-source@linux.davincidsp.com
Subject: Re: [PATCH] ASoC: DaVinci: McASP FIFO related updates
Date: Wed, 30 Sep 2009 13:13:02 -0700 [thread overview]
Message-ID: <4AC3BBCE.3000002@boundarydevices.com> (raw)
In-Reply-To: <1254346347-21711-1-git-send-email-chaithrika@ti.com>
Chaithrika U S wrote:
> The DMA params for McASP with FIFO has been updated so that it works for
> various FIFO levels. A member- 'fifo_level' has been added to the DMA
> params data structure. The fifo_level can be adjusted by the tx[rx]_numevt
> platform data. This is relevant only for DA8xx/OMAP-L1xx platforms. This
> implementation has been tested for numevt values 1, 2, 4, 8.
> + if (fifo_level)
> + count /= fifo_level;
So can this be fifo_shift instead
count >>= fifo_shift;
next prev parent reply other threads:[~2009-09-30 20:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-30 21:32 [PATCH] ASoC: DaVinci: McASP FIFO related updates Chaithrika U S
2009-09-30 12:46 ` Mark Brown
2009-09-30 20:13 ` Troy Kisky [this message]
2009-10-01 4:44 ` Chaithrika U S
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=4AC3BBCE.3000002@boundarydevices.com \
--to=troy.kisky@boundarydevices.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=chaithrika@ti.com \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=khilman@deeprootsystems.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.