git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f513e1
)
ALSA: pcm - Fix delta calculation at boundary overlap
author
Takashi Iwai
<tiwai@suse.de>
Thu, 19 Mar 2009 09:08:49 +0000
(10:08 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 19 Mar 2009 09:08:49 +0000
(10:08 +0100)
When the hw_ptr_interrupt reaches the boundary, it must check whether
the hw_base was already lapped and corret the delta value appropriately.
Also, rebasing the hw_ptr needs a correction because buffer_size isn't
always aligned to period_size.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found