All of lore.kernel.org
 help / color / mirror / Atom feed
From: lokowich <lokowich@acdstar.com>
To: ALSA-devel <alsa-devel@alsa-project.org>
Subject: MPC5200 I2S driver for ASoC
Date: Wed, 01 Aug 2007 12:33:34 -0500	[thread overview]
Message-ID: <46B0C3EE.5020401@acdstar.com> (raw)

I'm integrating a ALSA driver for an MPC5200 into the ASoC layer, 
similar to my successful effort for a PXA255 board.  I'm modeling the 
DMA and ALSA interfaces per ac97mgt driver found in the Lite5200B BSP, 
rather than the BestComm API example in the 2.4 kernel.  The 
speaker-test with 400Hz sine wave is working, but has a slight audible 
jitter.  A wav file output using aplay produces white noise.  Debugging 
shows I get two requests for buffer pointer per service of my transmit 
ISR (after the single call to snd_pcm_period_elapsed).  I expect only 
one pointer request per interrupt.  Could this be the noise problem?

This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com

             reply	other threads:[~2007-08-01 17:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-01 17:33 lokowich [this message]
2007-08-01 17:53 ` MPC5200 I2S driver for ASoC Timur Tabi
2007-08-01 19:16   ` lokowich
2007-08-01 19:45     ` Timur Tabi
2007-08-01 19:41 ` Jon Smirl
2007-08-01 21:03   ` lokowich
2007-08-01 21:20     ` Timur Tabi
2007-08-05  0:11     ` Jon Smirl

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=46B0C3EE.5020401@acdstar.com \
    --to=lokowich@acdstar.com \
    --cc=alsa-devel@alsa-project.org \
    /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.