From: Jaroslav Kysela Date: Tue, 2 Feb 2010 18:58:25 +0000 (+0100) Subject: ALSA: ctxfi - fix PTP address initialization X-Git-Tag: v2.6.33-rc7~4^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21956b61f594f7924d98240da74bc81c28601fa9;p=pandora-kernel.git ALSA: ctxfi - fix PTP address initialization 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: Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed