From: Takashi Iwai Date: Fri, 23 Nov 2007 12:14:23 +0000 (+0100) Subject: [ALSA] Fix PCM MMAP time-stamp mode X-Git-Tag: v2.6.25-rc1~1127^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7fc2d44b7a660846115e65b67772b6742a14d8;p=pandora-kernel.git [ALSA] Fix PCM MMAP time-stamp mode When MMAP time-stamp mode is given, it's supposed to update the time-stamp only at period boundary. However, it currently updates at each status call so this is just useless. The patch fixes this misbehavior. Also it fixes the wrong check of tstamp_mode (don't use bit-and for enum). Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed