]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: Intel: hda-stream: handle real stream interrupts only
authorKeyon Jie <yang.jie@linux.intel.com>
Tue, 30 Apr 2019 23:09:30 +0000 (18:09 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 3 May 2019 06:01:26 +0000 (15:01 +0900)
commitf825c0a4d0744a2c5941ba59b865f0d3be3e2947
treefd4ecbabe5dddc0a1a4f1410118234449dd44e14
parent874f2f1f203670acffdb0f3c700cac6b26275761
ASoC: SOF: Intel: hda-stream: handle real stream interrupts only

The stream and IPC share the same interrupt. The stream interrupt
handler mistakenly uses the ipc interrupt and return IRQ_HANDLED,
causing the ipc interrupt to be missed.

Make sure the stream interrupt handler only deals with stream-related
interrupts.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-stream.c