]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Error out when FLL lock interrupt is not delivered on WM8915
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 3 Jun 2011 16:49:46 +0000 (17:49 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Jun 2011 11:47:57 +0000 (12:47 +0100)
commit311299b86132c73f378ed7b607b22163849b4a9d
tree47843b5d9eefec9dff8926757888093451639a6e
parentba24b06aa85ac36ac0e179c61d9bc51f0fba0544
ASoC: Error out when FLL lock interrupt is not delivered on WM8915

When the FLL locks on the WM8915 an interrupt is generated.  For safety
error out if we don't get that interrupt when the IRQ output of the
WM8915 is hooked up.  Since we *really* expect an interrupt but the
threaded IRQ handler may take a bit longer than expected to get
scheduled also dramatically increase the delay in this case.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
sound/soc/codecs/wm8915.c