From: Takashi Iwai Date: Tue, 8 Jan 2008 17:05:26 +0000 (+0100) Subject: [ALSA] Remove PCM xfer_align sw params X-Git-Tag: v2.6.25-rc1~1127^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d948035a928400ae127c873fbf771389bee18949;p=pandora-kernel.git [ALSA] Remove PCM xfer_align sw params The xfer_align sw_params parameter has never been used in a sane manner, and no one understands what this does exactly. The current implementation looks also buggy because it allows write of shorter size than xfer_align. So, if you do partial writes, the write isn't actually aligned at all. Removing this parameter will make some pcm_lib_* code more readable (and less buggy). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed