Hi Andrei, On Friday 18 of July 2014 12:47:59 Andrei Emeltchenko wrote: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > The code makes SCO Audio HAL working with Intel device and USB Bluetooth. > > Changes: > * v2: Remove connect SCO from Audio HAL, change function to get_fd(), > fixing other comments from review. > > Andrei Emeltchenko (21): > android/hal-sco: Use nanosleep for SCO synchronization > android/hal-sco: Move mtu assignment to open_stream() > android/hal-sco: Add SCO packet cache > android/hal-sco: Make use of config parameter > android/hal-sco: Implement open input stream > android/hal-sco: Check file descriptor >= 0 > android/hal-sco: Use global sco file descriptor > android/hal-sco: Make debug more readable > android/hal-sco: Fix memory leak > android/hal-sco: Implement read > android/hal-sco: Skip resampling for output stream with 8k > android/hal-sco: Skip resampling for input of 8k > android/hal-sco: Choose buffer size > android/hal-sco: Add stream synchronization > android/hal-sco: Get SCO audio fd on demand > android/hal-sco: Defer SCO connection to write() > android/hal-sco: Fix incorrect assignment > android/hal-audio: Fix leaving open socket > android/hal-sco: Fix leaving open socket > android/hal-sco: Fix error code printing > android/ipc: Rename connect_sco to get_fd > > android/hal-audio.c | 12 +- > android/hal-sco.c | 602 ++++++++++++++++++++++++++++++++++++++++++------ > android/handsfree.c | 10 +- > android/sco-ipc-api.txt | 6 +- > android/sco-msg.h | 4 +- > 5 files changed, 544 insertions(+), 90 deletions(-) > I've pushed all patches except last one which needs to be rebased. Thanks. -- Best regards, Szymon Janc -- 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