public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Szymon Janc <szymon.janc@tieto.com>
To: Andrei Emeltchenko <Andrei.Emeltchenko.news@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCHv2 00/21] Second iteration of SCO Audio HAL fixes
Date: Fri, 18 Jul 2014 13:49:40 +0200	[thread overview]
Message-ID: <1833630.zaps8haTKY@uw000953> (raw)
In-Reply-To: <1405676900-17703-1-git-send-email-Andrei.Emeltchenko.news@gmail.com>

Hi Andrei,

On Friday 18 of July 2014 12:47:59 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
> 
> 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

  parent reply	other threads:[~2014-07-18 11:49 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-18  9:47 [PATCHv2 00/21] Second iteration of SCO Audio HAL fixes Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 01/21] android/hal-sco: Use nanosleep for SCO synchronization Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 02/21] android/hal-sco: Move mtu assignment to open_stream() Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 03/21] android/hal-sco: Add SCO packet cache Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 04/21] android/hal-sco: Make use of config parameter Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 05/21] android/hal-sco: Implement open input stream Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 06/21] android/hal-sco: Check file descriptor >= 0 Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 07/21] android/hal-sco: Use global sco file descriptor Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 08/21] android/hal-sco: Make debug more readable Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 09/21] android/hal-sco: Fix memory leak Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 10/21] android/hal-sco: Implement read Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 11/21] android/hal-sco: Skip resampling for output stream with 8k Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 12/21] android/hal-sco: Skip resampling for input of 8k Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 13/21] android/hal-sco: Choose buffer size Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 14/21] android/hal-sco: Add stream synchronization Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 15/21] android/hal-sco: Get SCO audio fd on demand Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 16/21] android/hal-sco: Defer SCO connection to write() Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 17/21] android/hal-sco: Fix incorrect assignment Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 18/21] android/hal-audio: Fix leaving open socket Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 19/21] android/hal-sco: " Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 20/21] android/hal-sco: Fix error code printing Andrei Emeltchenko
2014-07-18  9:48 ` [PATCHv2 21/21] android/ipc: Rename connect_sco to get_fd Andrei Emeltchenko
2014-07-18 11:49 ` Szymon Janc [this message]
2014-07-18 13:26   ` [PATCH] " Andrei Emeltchenko
2014-07-21  8:57     ` Johan Hedberg
2014-07-21  9:53       ` [PATCHv3] " Andrei Emeltchenko
2014-07-21 13:40         ` Johan Hedberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1833630.zaps8haTKY@uw000953 \
    --to=szymon.janc@tieto.com \
    --cc=Andrei.Emeltchenko.news@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox