From: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
Subject: [PATCH 1/2] lib: Declare codec field in sco_options
Date: Wed, 28 Nov 2012 19:06:09 +0100 [thread overview]
Message-ID: <1354125970-15609-1-git-send-email-frederic.dalleau@linux.intel.com> (raw)
---
lib/sco.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/sco.h b/lib/sco.h
index 75336a5..70e2584 100644
--- a/lib/sco.h
+++ b/lib/sco.h
@@ -47,6 +47,7 @@ struct sockaddr_sco {
#define SCO_OPTIONS 0x01
struct sco_options {
uint16_t mtu;
+ uint8_t codec;
};
#define SCO_CONNINFO 0x02
--
1.7.9.5
next reply other threads:[~2012-11-28 18:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 18:06 Frédéric Dalleau [this message]
2012-11-28 18:06 ` [PATCH 2/2] scotest: Add option for SCO socket codec Frédéric Dalleau
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=1354125970-15609-1-git-send-email-frederic.dalleau@linux.intel.com \
--to=frederic.dalleau@linux.intel.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