All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/23] audio: move interface declarations to their headers
@ 2011-08-05 18:15 Lucas De Marchi
  2011-08-05 18:15 ` [PATCH 02/23] avrcp: use C99 instead of gcc extension Lucas De Marchi
                   ` (21 more replies)
  0 siblings, 22 replies; 33+ messages in thread
From: Lucas De Marchi @ 2011-08-05 18:15 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

---
 audio/device.h |    4 ----
 audio/unix.c   |    1 +
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/audio/device.h b/audio/device.h
index 35af788..5117fca 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -38,10 +38,6 @@
 #define AVRCP_REMOTE_UUID	"0000110e-0000-1000-8000-00805f9b34fb"
 #define AVRCP_TARGET_UUID	"0000110c-0000-1000-8000-00805f9b34fb"
 
-/* Move these to respective .h files once they exist */
-#define AUDIO_SOURCE_INTERFACE		"org.bluez.AudioSource"
-#define AUDIO_CONTROL_INTERFACE		"org.bluez.Control"
-
 struct source;
 struct control;
 struct target;
diff --git a/audio/unix.c b/audio/unix.c
index 8ce50b0..1e0ab30 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -49,6 +49,7 @@
 #include "a2dp.h"
 #include "headset.h"
 #include "sink.h"
+#include "source.h"
 #include "gateway.h"
 #include "unix.h"
 #include "glib-helper.h"
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2011-08-08 18:58 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05 18:15 [PATCH 01/23] audio: move interface declarations to their headers Lucas De Marchi
2011-08-05 18:15 ` [PATCH 02/23] avrcp: use C99 instead of gcc extension Lucas De Marchi
2011-08-08  8:41   ` Luiz Augusto von Dentz
2011-08-08 13:50     ` Lucas De Marchi
2011-08-05 18:15 ` [PATCH 03/23] avrcp: add skeleton of MediaPlayer interface Lucas De Marchi
2011-08-05 18:15 ` [PATCH 04/23] avrcp: implement ChangeSetting() method of MediaPlayer Lucas De Marchi
2011-08-05 18:15 ` [PATCH 05/23] avrcp: implement ChangePlayback() method Lucas De Marchi
2011-08-05 18:15 ` [PATCH 06/23] avrcp: implement ChangeTrack() method Lucas De Marchi
2011-08-05 18:15 ` [PATCH 07/23] avrcp: handle query for company ids Lucas De Marchi
2011-08-05 18:15 ` [PATCH 08/23] avrcp: handle ListPlayerApplicationSettingAttributes pdu Lucas De Marchi
2011-08-05 18:15 ` [PATCH 09/23] avrcp: handle ListPlayerApplicationSettingValues pdu Lucas De Marchi
2011-08-05 18:15 ` [PATCH 10/23] avrcp: handle GetCurrentPlayerAplicationSettingValue pdu Lucas De Marchi
2011-08-08  8:08   ` Luiz Augusto von Dentz
2011-08-08 13:49     ` Lucas De Marchi
2011-08-08 14:02       ` Johan Hedberg
2011-08-08 14:07         ` Lucas De Marchi
2011-08-05 18:15 ` [PATCH 11/23] avrcp: handle SetPlayerApplicationSettingValue pdu Lucas De Marchi
2011-08-08  8:31   ` Luiz Augusto von Dentz
2011-08-08 14:03     ` Lucas De Marchi
2011-08-08 18:58     ` Lucas De Marchi
2011-08-05 18:15 ` [PATCH 12/23] avrcp: handle commands for future extension Lucas De Marchi
2011-08-05 18:15 ` [PATCH 13/23] avrcp: handle InformDisplayableCharacterSet pdu Lucas De Marchi
2011-08-05 18:15 ` [PATCH 14/23] avrcp: handle InformBatteryStatusOfCT pdu Lucas De Marchi
2011-08-05 18:15 ` [PATCH 15/23] avrcp: handle GetPlayStatus pdu Lucas De Marchi
2011-08-05 18:15 ` [PATCH 16/23] avrcp: handle RegisterNotification pdu Lucas De Marchi
2011-08-08  7:54   ` Luiz Augusto von Dentz
2011-08-05 18:15 ` [PATCH 17/23] avrcp: handle query for supported events Lucas De Marchi
2011-08-05 18:15 ` [PATCH 18/23] avrcp: handle GetElementAttributes pdu Lucas De Marchi
2011-08-05 18:15 ` [PATCH 19/23] avrcp: send response for registered events Lucas De Marchi
2011-08-05 18:15 ` [PATCH 20/23] avrcp: change TG record to use version 1.3 Lucas De Marchi
2011-08-05 18:15 ` [PATCH 21/23] avrcp: update copyright Lucas De Marchi
2011-08-05 18:15 ` [PATCH 22/23] Add script to test control interface Lucas De Marchi
2011-08-05 18:15 ` [PATCH 23/23] Update Control documentation Lucas De Marchi

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.