Diff between 2d4a0e42822172a2ed5d9d1499e17467beb9a4ac and 54c412c3708ef303e283e4c7c7f5fb9577183c08
Changed Files
| File | Additions | Deletions | Status |
| audio/avrcp.h | +2 | -1 | modified |
Full Patch
diff --git a/audio/avrcp.h b/audio/avrcp.h
index 8a09546..9aef081 100644
--- a/audio/avrcp.h
+++ b/audio/avrcp.h
@@ -73,7 +73,8 @@
#define AVRCP_EVENT_TRACK_CHANGED 0x02
#define AVRCP_EVENT_TRACK_REACHED_END 0x03
#define AVRCP_EVENT_TRACK_REACHED_START 0x04
-#define AVRCP_EVENT_LAST AVRCP_EVENT_TRACK_REACHED_START
+#define AVRCP_EVENT_VOLUME_CHANGED 0x0d
+#define AVRCP_EVENT_LAST AVRCP_EVENT_VOLUME_CHANGED
struct avrcp_player_cb {
int (*get_setting) (uint8_t attr, void *user_data);