Audio and mpc5200 bestcomm tasks

2009-05-21 Thread Jon Smirl
ALSA really wants to dynamically know the address of the current DMA location while transfers are active. This is an important piece of implementing pause/resume. Pause doesn't work too well if there is 2s of music already queued. The work around is to know the sample rate and use the jiffy count

Re: Audio and mpc5200 bestcomm tasks

2009-05-21 Thread Grant Likely
On Thu, May 21, 2009 at 12:52 PM, Jon Smirl jonsm...@gmail.com wrote: ALSA really wants to dynamically know the address of the current DMA location while transfers are active. This is an important piece of implementing pause/resume. Pause doesn't work too well if there is 2s of music already