commit | 4bbe1ddf89a5ba3ec30fe5980912d8bda3a3cbb2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Oct 13 03:07:14 2008 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 05 14:47:21 2009 +0200 |
tree | c57b1b83a23bd80535ea5b9220d07a3ab09df955 | |
parent | 091438dd5668396328a3419abcbc6591159eb8d1 [diff] |
ALSA: Add extra delay count in PCM 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>