commit | 64b6acf60b665fffd419c23886a1cbeeb253cfb4 | [log] [tgz] |
---|---|---|
author | Ricardo Biehl Pasquali <pasqualirb@gmail.com> | Fri Sep 07 16:58:54 2018 -0300 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 10 09:06:55 2018 +0200 |
tree | fab5203c85f05f492949543c37d2e2994979eea1 | |
parent | 70f7922c25cfb4cc7757f0964919d7d87e2ba250 [diff] |
ALSA: pcm: Update hardware pointer before start capture This ensures the transfer loop won't waste a run to read the few frames (if any) between start and hw_ptr update. It will wait for the next interrupt with wait_for_avail(). Signed-off-by: Ricardo Biehl Pasquali <pasqualirb@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>