<br><br><div class="gmail_quote">On Wed, Sep 14, 2011 at 4:30 PM, Kurt Taylor <span dir="ltr">&lt;<a href="mailto:kurt.taylor@linaro.org">kurt.taylor@linaro.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">On 14 September 2011 16:25, Raymond Toy <span dir="ltr">&lt;<a href="mailto:rtoy@google.com" target="_blank">rtoy@google.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">


In my application, I&#39;m using alsa to set a particular buffer size.  Alsa usually complies, but from everything that I can tell, pulse audio is using some other fragment size.  This other fragment size also seems to be the time betwen interrupts which my application sees.  This messes up my application because it wants the interrupts at regular intervals based on the buffer size I set.<div>



<br></div><div>Is there some way to make alsa and pulseaudio agree on the size?</div></blockquote></div><div><br>It is possible to turn off the ALSA period wakes in tschedule mode on some hardware. This would allow pulseaudio to manage it. <br>


<br>See this thread:<br><a href="http://lists.freedesktop.org/archives/pulseaudio-discuss/2011-January/008638.html" target="_blank">http://lists.freedesktop.org/archives/pulseaudio-discuss/2011-January/008638.html</a><br>
<br></div></div></blockquote><div>So I should call snd_pcm_hw_params_get_period_wakeup to turn off the ALSA period wakeups?  Then pulseaudio will manage it and use the period size that I have set?</div><div><br></div><div>
Ray</div><div> </div></div>