Hi,

snd_pcm_uframes_t boundary;
snd_pcm_sw_params_get_boundary(params, &boundary); 

I see a huge number like "7944349742681554944" in boundary after this call.
Is this normal?

I see exactly the same huge number when I use this boundary to set the
threshold as in the following code part:

snd_pcm_sw_params_set_stop_threshold(handlePlayback, params, boundary);
snd_pcm_sw_params_get_stop_threshold(params, &threshold);

So the returning threshold value is again "7944349742681554944".

Can you comment on the correctness of these values?



------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to