OSDN Git Service

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)
commit20d0aff739bed801bbe67ebed8012f3d9849b29d
treefd4ecbabe5dddc0a1a4f1410118234449dd44e14
parente8e55dbe08960b714e5ce0148926ee17331ce4d5
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