From 26dc8445ffa66aa3c933442848c3a92070b25fb7 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 6 Sep 2008 02:09:05 +0300 Subject: Fix audio and input interfaces match the API documentation --- audio/control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/control.h') diff --git a/audio/control.h b/audio/control.h index 4ebcb9a3..6475df51 100644 --- a/audio/control.h +++ b/audio/control.h @@ -22,7 +22,7 @@ * */ -#define AUDIO_CONTROL_INTERFACE "org.bluez.audio.Control" +#define AUDIO_CONTROL_INTERFACE "org.bluez.Control" int avrcp_init(DBusConnection *conn, GKeyFile *config); void avrcp_exit(void); -- cgit