--- audio/pcm_bluetooth.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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++) { -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html