ALSA: ctxfi - fix PTP address initialization
authorJaroslav Kysela <perex@perex.cz>
Tue, 2 Feb 2010 18:58:25 +0000 (19:58 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 4 Feb 2010 20:48:00 +0000 (21:48 +0100)
After hours of debugging, I finally found the reason why some source
and runtime combination does not work. The PTP (page table pages)
address must be aligned. I am not sure how much, but alignment to
PAGE_SIZE is sufficient. Also, use ALSA's page allocation routines
to ensure proper virtual -> physical address translation.

Cc: <stable@kernel.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>

No differences found