From: Jassi Date: Tue, 15 Sep 2009 10:02:37 +0000 (+0900) Subject: ASoC: S3C lrsync function made to work with IRQs disabled. X-Git-Tag: v2.6.32-rc1~166^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa68e0025d4184ba917621a9c977d4243d0a013e;p=pandora-kernel.git ASoC: S3C lrsync function made to work with IRQs disabled. s3c2412_snd_lrsync() maybe reached with IRQs disabled and if LRCLK is dead due to improper initialization of CPU or CODEC, the system gets stuck in the loop because jiffies may never get updated. Implemented counter based wait mechanism for atleast the same timeout period. Signed-off-by: Jassi Signed-off-by: Mark Brown --- Reading git-diff-tree failed