* [PATCH] audio/avdtp: Fix incorrect delay_reporting assignment
@ 2015-02-20 8:59 Andrei Emeltchenko
2015-02-20 9:27 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2015-02-20 8:59 UTC (permalink / raw)
To: linux-bluetooth
From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
---
profiles/audio/avdtp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/audio/avdtp.c b/profiles/audio/avdtp.c
index ba5f0e5..2cea4c8 100644
--- a/profiles/audio/avdtp.c
+++ b/profiles/audio/avdtp.c
@@ -3725,7 +3725,7 @@ struct avdtp_local_sep *avdtp_register_sep(struct btd_adapter *adapter,
sep->cfm = cfm;
sep->user_data = user_data;
sep->server = server;
- sep->delay_reporting = TRUE;
+ sep->delay_reporting = delay_reporting;
DBG("SEP %p registered: type:%d codec:%d seid:%d", sep,
sep->info.type, sep->codec, sep->info.seid);
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] audio/avdtp: Fix incorrect delay_reporting assignment
2015-02-20 8:59 [PATCH] audio/avdtp: Fix incorrect delay_reporting assignment Andrei Emeltchenko
@ 2015-02-20 9:27 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2015-02-20 9:27 UTC (permalink / raw)
To: Andrei Emeltchenko; +Cc: linux-bluetooth
Hi Andrei,
On Fri, Feb 20, 2015, Andrei Emeltchenko wrote:
> ---
> profiles/audio/avdtp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-20 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 8:59 [PATCH] audio/avdtp: Fix incorrect delay_reporting assignment Andrei Emeltchenko
2015-02-20 9:27 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox