Diff between 60ebd27931f2f9241e1ddad521af36c0ed991524 and ab42853d61acc06dd7d0065a346378c713ad5614
Changed Files
| File | Additions | Deletions | Status |
| android/hal-sco.c | +1 | -1 | modified |
Full Patch
diff --git a/android/hal-sco.c b/android/hal-sco.c
index c0a1fa6..8cb7a7c 100644
--- a/android/hal-sco.c
+++ b/android/hal-sco.c
@@ -371,7 +371,7 @@ static bool write_data(struct sco_stream_out *out, const uint8_t *buffer,
if ((int) (audio_sent_us - audio_passed_us) > 1500) {
struct timespec timeout = {0,
(audio_sent_us -
- audio_passed_us) * 1000};
+ audio_passed_us) * 1000};
DBG("Sleeping for %d ms",
(int) (audio_sent_us - audio_passed_us));
nanosleep(&timeout, NULL);