From: Szymon Janc <szymon.janc@gmail.com>
To: Jakub Tyszkowski <jakub.tyszkowski@tieto.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH 0/4] Add a2dp sink role
Date: Tue, 25 Nov 2014 21:46:49 +0100 [thread overview]
Message-ID: <9026566.DbnoRd1nBe@athlon> (raw)
In-Reply-To: <1416582835-7712-1-git-send-email-jakub.tyszkowski@tieto.com>
Hi Jakub,
On Friday 21 November 2014 16:13:51 Jakub Tyszkowski wrote:
> With Android 5 A2DP Sink role was introduced. Sink in Android uses the same
> HAL API as Source role does, but uses one more callback extending existing
> A2DP HAL.
>
> Some IPC defines and structs are common for both roles but of course they
> have independent HALs and individual service IDs to work simultaneously.
>
> Jakub Tyszkowski (4):
> android/hal-ipc-api: Extend a2dp hal API with A2DP Sink role
> android/hal: Add HAL for A2DP Sink role
> android/a2dp-sink: Add skeleton for a2dp sink daemon
> android/hal: Add missing a2dp handler introduced in Android 5
>
> android/Android.mk | 2 +
> android/Makefile.am | 2 +
> android/a2dp-sink.c | 84 +++++++++++++++++++++++++
> android/a2dp-sink.h | 25 ++++++++
> android/hal-a2dp-sink.c | 163
> ++++++++++++++++++++++++++++++++++++++++++++++++ android/hal-a2dp.c |
> 13 ++++
> android/hal-bluetooth.c | 3 +
> android/hal-ipc-api.txt | 12 +++-
> android/hal-msg.h | 12 +++-
> android/hal.h | 1 +
> 10 files changed, 314 insertions(+), 3 deletions(-)
> create mode 100644 android/a2dp-sink.c
> create mode 100644 android/a2dp-sink.h
> create mode 100644 android/hal-a2dp-sink.c
>
> --
> 1.9.1
All patches applied, thanks.
--
Szymon K. Janc
szymon.janc@gmail.com
prev parent reply other threads:[~2014-11-25 20:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-21 15:13 [PATCH 0/4] Add a2dp sink role Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 1/4] android/hal-ipc-api: Extend a2dp hal API with A2DP Sink role Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 2/4] android/hal: Add HAL for " Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 3/4] android/a2dp-sink: Add skeleton for a2dp sink daemon Jakub Tyszkowski
2014-11-21 15:13 ` [PATCH 4/4] android/hal: Add missing a2dp handler introduced in Android 5 Jakub Tyszkowski
2014-11-25 20:46 ` Szymon Janc [this message]
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=9026566.DbnoRd1nBe@athlon \
--to=szymon.janc@gmail.com \
--cc=jakub.tyszkowski@tieto.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.