ALSA: Add extra delay count in PCM
authorTakashi Iwai <tiwai@suse.de>
Mon, 13 Oct 2008 01:07:14 +0000 (03:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 5 May 2009 12:47:21 +0000 (14:47 +0200)
Added runtime->delay field to adjust the delayed samples for snd_pcm_delay().
Typically a hardware FIFO length is stored in this field, so that the
extra delay between hwptr and applptr can be computed.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found