[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]

SourceForge CVS




I've done a diff on the old and new atcleci.cpp sources. The new
version ($Id: atcleci.cpp,v 21.39 2006/05/12 02:16:32 raman Exp $)
crashes with a failed assert ie

size_t alsa_configure(): Assertion `err >= 0' failed.
Aborted

The diff of the old and new versions shows a change from 

err = snd_pcm_hw_params_get_buffer_time_max (params, &buffer_time, 0);

to 

err = snd_pcm_hw_params_get_buffer_time (params, &buffer_time, 0);

in the new version. Changing this call back stops the failed assert.
I'm now going to look at the alsa docs to find out what the difference
is between the two functions. However, I probably won't have time to
do this until next weekend due to work commitments. 

Tim

-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"


Emacspeak Files | Subscribe | Unsubscribe | Search