Hi, v1 -> v2 - fixed comments - added dependency to libsbc shared library on Android Note that configure.ac requires SBC 1.2 which does not exist at the moment, but I added this since now sbc_init_a2dp() is used which does not exist in SBC 1.1 and requires patches from Luiz to be merged so I expect that we'll have SBC 1,2 once this is done (if accepted, of course). Andrzej Kaczmarek (9): android: Add MTU data to Open Stream Audio IPC android: Build Audio HAL with SBC android/hal-audio: Rename sbc_init to avoid collision with libsbc android/hal-audio: Initialize SBC encoder android/hal-audio: Calculate SBC stream parameters android/hal-audio: Add resume to codec callbacks android/hal-audio: Return proper buffer size to AudioFlinger android/hal-audio: Read fd from Output Stream response android/hal-audio: Add proper SBC encoding android/Android.mk | 7 +- android/Makefile.am | 2 + android/a2dp.c | 8 +- android/audio-msg.h | 1 + android/hal-audio.c | 270 +++++++++++++++++++++++++++++++++++++++++++++++++--- configure.ac | 7 ++ 6 files changed, 278 insertions(+), 17 deletions(-) -- 1.8.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html