Diff between 458bf9bde243c3e63964cecafc1ca2963e8c4a7f and 8460875579185e3e07bf60ab2caead65e4bd3144
Changed Files
| File | Additions | Deletions | Status |
| audio/pcm_bluetooth.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c
index 85566a3..b9da805 100644
--- a/audio/pcm_bluetooth.c
+++ b/audio/pcm_bluetooth.c
@@ -212,7 +212,7 @@ static void *playback_hw_thread(void *param)
char c = 'w';
int frags = periods - prev_periods, n;
- data->hw_ptr += frags * data->io.period_size;
+ data->hw_ptr += frags * data->io.period_size;
data->hw_ptr %= data->io.buffer_size;
for (n = 0; n < frags; n++) {