Diff between f9df0da774ca7be70e8496c446727ab8f5577070 and 323e9c14ddc25bf79d42bf4564c7a74ebf5ec7ea

Changed Files

File Additions Deletions Status
android/hal-audio.c +1 -1 modified

Full Patch

diff --git a/android/hal-audio.c b/android/hal-audio.c
index 49b829a..49393e2 100644
--- a/android/hal-audio.c
+++ b/android/hal-audio.c
@@ -479,7 +479,7 @@ static bool open_endpoint(struct audio_endpoint *ep,
 	if (!ep->mp)
 		goto failed;
 	ep->mp->hdr.v = 2;
-	ep->mp->hdr.pt = 1;
+	ep->mp->hdr.pt = 0x60;
 	ep->mp->hdr.ssrc = htonl(1);
 
 	ep->mp_data_len = payload_len;