This is NOT a bug in the alsa code. This is a bug in your alsa kernel 
driver. We could, however, make this a non-fatal condition.

xro wrote:
> better with all the method... sorry
>
> // Stop the transfer when the buffer is full.
>     err = snd_pcm_sw_params_set_stop_threshold(mHandle,
>                                                mSoftwareParams,
>                                                bufferSize);
> //    if (err < 0) {
>       if (false){
>         LOGE("Unable to set stop threshold to %lu frames: %s",
>             bufferSize, snd_strerror(err));
>         return NO_INIT;
>     }
> >
>   


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to