From: Mikel Astiz <mikel.astiz.oss@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Mikel Astiz <mikel.astiz@bmw-carit.de>
Subject: [PATCH v1 0/4] Adopt btd_profile for A2DP
Date: Thu, 8 Nov 2012 16:16:21 +0100 [thread overview]
Message-ID: <1352387785-20002-1-git-send-email-mikel.astiz.oss@gmail.com> (raw)
From: Mikel Astiz <mikel.astiz@bmw-carit.de>
I resend the patches which were previously part of RFC v0 "WIP: btd_profile connect and disconnect", focusing now on the audio-related patches.
The proposal is to split A2DP roles into different btd_profile instances, in order to expose .connect and .disconnect.
The implementation includes the Source role only (patches 3 and 4), but you can imagine that the Sink would be analogous.
Mikel Astiz (4):
audio: Split A2DP into three btd_profile
audio: Trivial function rename
source: Expose internal connection API
source: Add profile .connect and .disconnect
audio/a2dp.c | 88 +++++++++++++-------------
audio/a2dp.h | 4 +-
audio/device.h | 3 +
audio/manager.c | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
audio/sink.c | 12 ++--
audio/source.c | 158 ++++++++++++++++++++++++++---------------------
audio/source.h | 2 +
7 files changed, 315 insertions(+), 139 deletions(-)
--
1.7.11.7
next reply other threads:[~2012-11-08 15:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-08 15:16 Mikel Astiz [this message]
2012-11-08 15:16 ` [PATCH v1 1/4] audio: Split A2DP into three btd_profile Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 2/4] audio: Trivial function rename Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 3/4] source: Expose internal connection API Mikel Astiz
2012-11-08 15:16 ` [PATCH v1 4/4] source: Add profile .connect and .disconnect Mikel Astiz
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=1352387785-20002-1-git-send-email-mikel.astiz.oss@gmail.com \
--to=mikel.astiz.oss@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=mikel.astiz@bmw-carit.de \
/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