OSDN Git Service

audio: Fix tab misuse
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Fri, 27 Apr 2012 14:36:51 +0000 (10:36 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 10 May 2012 23:43:56 +0000 (16:43 -0700)
audio/pcm_bluetooth.c

index 85566a3..b9da805 100644 (file)
@@ -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++) {