DORMANTno replies

[PATCH 2/2] AVRCP: Add missing Player Setting feature in TG record

From: <hidden>
Date: 2012-05-18 05:39:06
Subsystem: the rest · Maintainer: Linus Torvalds

From: Joohi Rastogi <redacted>

---
 audio/avrcp.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/audio/avrcp.c b/audio/avrcp.c
index a741873..00edcf3 100644
--- a/audio/avrcp.c
+++ b/audio/avrcp.c
@@ -93,6 +93,7 @@
 #define AVRCP_FEATURE_CATEGORY_2	0x0002
 #define AVRCP_FEATURE_CATEGORY_3	0x0004
 #define AVRCP_FEATURE_CATEGORY_4	0x0008
+#define AVRCP_FEATURE_PLAYER_SETTINGS	0x0010
 
 enum battery_status {
 	BATTERY_STATUS_NORMAL =		0,
@@ -251,7 +252,8 @@ static sdp_record_t *avrcp_tg_record(void)
 	uint16_t feat = ( AVRCP_FEATURE_CATEGORY_1 |
                         AVRCP_FEATURE_CATEGORY_2 |
                         AVRCP_FEATURE_CATEGORY_3 |
-                        AVRCP_FEATURE_CATEGORY_4 );
+                        AVRCP_FEATURE_CATEGORY_4 |
+			 AVRCP_FEATURE_PLAYER_SETTINGS );
 
 	record = sdp_record_alloc();
 	if (!record)
-- 
1.7.5.4
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help