From: Hermann Lauer Date: Wed, 30 Jan 2008 07:25:13 +0000 (+0100) Subject: [ALSA] es1938 - improve capture hw pointer reads X-Git-Tag: v2.6.25-rc1~1127^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e2e3c30485ba78a653dc521ed9e1f2b6a8bee1;p=pandora-kernel.git [ALSA] es1938 - improve capture hw pointer reads With the Solo1 (es1938) I got a lot of xrun's during capture on my machine. Tracing that down it seems to be comming from reading ocassionaly bad hw pointers from the chip. This patch uses more checking to avoid that false pointer reads. Failed reads are giving back the last good value read instead of spinning in a tight loop, which seems more appropriate to me in an interrupt. I think I saw this trick used in another driver Signed-off-by: Hermann Lauer Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed