From: "João Paulo Rechi Vita" <jprvita@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: luiz.dentz@gmail.com, "João Paulo Rechi Vita" <jprvita@gmail.com>
Subject: [PATCH 3/4] Create one SBC Sink when registering A2DP server.
Date: Mon, 13 Jul 2009 12:28:52 -0300 [thread overview]
Message-ID: <1247498933-30609-4-git-send-email-jprvita@gmail.com> (raw)
In-Reply-To: <1247498933-30609-3-git-send-email-jprvita@gmail.com>
---
audio/a2dp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/audio/a2dp.c b/audio/a2dp.c
index 87b2077..7b5632d 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -1076,7 +1076,7 @@ static struct a2dp_server *find_server(GSList *list, const bdaddr_t *src)
int a2dp_register(DBusConnection *conn, const bdaddr_t *src, GKeyFile *config)
{
- int sbc_srcs = 1, sbc_sinks = 0;
+ int sbc_srcs = 1, sbc_sinks = 1;
int mpeg12_srcs = 0, mpeg12_sinks = 0;
gboolean source = TRUE, sink = TRUE;
char *str;
--
1.6.0.4
next prev parent reply other threads:[~2009-07-13 15:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-13 15:28 A2DP Sink implementation João Paulo Rechi Vita
2009-07-13 15:28 ` [PATCH 1/4] Adapt A2DP functions to support the Sink role João Paulo Rechi Vita
2009-07-13 15:28 ` [PATCH 2/4] Create A2DP Source interface João Paulo Rechi Vita
2009-07-13 15:28 ` João Paulo Rechi Vita [this message]
2009-07-13 15:28 ` [PATCH 4/4] Add Sink role support to audio IPC João Paulo Rechi Vita
2009-07-13 16:38 ` [PATCH 1/4] Adapt A2DP functions to support the Sink role Luiz Augusto von Dentz
2009-07-13 21:02 ` 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=1247498933-30609-4-git-send-email-jprvita@gmail.com \
--to=jprvita@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/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