Diff between 883486009f08ad0c20849922caff9b9121defe05 and 96375e8ad2b394534369dd0f3b64a17dbc07b44b

Changed Files

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

Full Patch

diff --git a/android/audio-msg.h b/android/audio-msg.h
index 1e0d5cf..8f03274 100644
--- a/android/audio-msg.h
+++ b/android/audio-msg.h
@@ -63,8 +63,7 @@ struct audio_cmd_open_stream {
 } __attribute__((packed));
 
 struct audio_rsp_open_stream {
-	uint8_t len;
-	uint8_t data[0];
+	struct audio_preset preset[0];
 } __attribute__((packed));
 
 #define AUDIO_OP_CLOSE_STREAM		0x04