Diff between 012d1b3c560c856e14a09f013da78af09e694036 and 6c0e9f03fc5e393c33d020cbd433d8cad38f0aad

Changed Files

File Additions Deletions Status
android/hal-msg.h +1 -1 modified

Full Patch

diff --git a/android/hal-msg.h b/android/hal-msg.h
index 836dbbf..094e112 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -893,7 +893,7 @@ struct hal_cmd_avrcp_register_notification {
 #define HAL_OP_AVRCP_SET_VOLUME			0x0a
 struct hal_cmd_avrcp_set_volume {
 	uint8_t value;
-};
+} __attribute__((packed));
 
 #define HAL_EV_AVRCP_REMOTE_FEATURES		0x81
 struct hal_ev_avrcp_remote_features {