hi,
i found a bug in the alsa_sound...
In the file ~/mydroid/hardware/alsa_sound/AudioHardwareALSA.cpp
at line 615.... there is a test with the buffer... And because of this
test i cannot boot. Now i inactived it and the sound works..
// if (err < 0) {
if (false){
LOGE("Unable to set stop threshold to %lu frames: %s",
bufferSize, snd_strerror(err));
return NO_INIT;
}
Someone knows that?
It is because of my plateforme?
thanks
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---