ALSA: usb-audio: support delay calculation on capture streams
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Wed, 19 Dec 2012 17:39:05 +0000 (11:39 -0600)
committerTakashi Iwai <tiwai@suse.de>
Mon, 24 Dec 2012 09:53:57 +0000 (10:53 +0100)
Enable delay report on capture path. The delay is reset when an
URB is retired and increment at each call to .pointer based
on frame counter changes. The precision of the delay
information is limited to 1ms as in the playback case.

This reverts commit 3f94fad09538ec988919ec3f371841182df71d04.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found