Return-Path: MIME-Version: 1.0 In-Reply-To: <1390386893-8212-1-git-send-email-andrzej.kaczmarek@tieto.com> References: <1390386893-8212-1-git-send-email-andrzej.kaczmarek@tieto.com> Date: Thu, 23 Jan 2014 11:43:10 +0200 Message-ID: Subject: Re: [PATCH v3 00/10] android: Add SBC encoding From: Luiz Augusto von Dentz To: Andrzej Kaczmarek Cc: "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Andrzej, On Wed, Jan 22, 2014 at 12:34 PM, Andrzej Kaczmarek wrote: > Hi, > > v1 -> v2 > - fixed comments > - added dependency to libsbc shared library on Android > > v2 -> v3 > - added comment explaining why we need to sleep in out_write > - updated to new SBC API > - libsbc shared library is now built from our Android.mk > - implemented proper get_latency callback > > > > Andrzej Kaczmarek (10): > 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/hal-audio: Return proper latency for stream > > android/Android.mk | 37 ++++++- > android/Makefile.am | 2 + > android/a2dp.c | 8 +- > android/audio-msg.h | 1 + > android/hal-audio.c | 301 +++++++++++++++++++++++++++++++++++++++++++++++++--- > configure.ac | 7 ++ > 6 files changed, 338 insertions(+), 18 deletions(-) > > -- > 1.8.5.2 Pushed, thanks. -- Luiz Augusto von Dentz