]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Verify the status bit before handling interrupt
authorJeeja KP <jeeja.kp@intel.com>
Fri, 9 Oct 2015 08:01:49 +0000 (09:01 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 9 Oct 2015 10:18:59 +0000 (11:18 +0100)
commitbeca09bbf42cb68b10d4a1be44b92943626293e1
tree18fda2a0d4a6fe0732b737b54aa1e440230d312b
parentbc84b09b5fedb03c0b75d25aaa03d074e9d1183b
ASoC: Intel: Skylake: Verify the status bit before handling interrupt

Like we have in legacy mode HDA driver, we need to check the
status bit and handle interrupt only when it is not zero or all
bits set.  We typically see the status as all 1's when controller
resumes from suspend, So add the check here as well and don't
handle for these cases.

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-sst-dsp.c