]> 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)
commit9cc78da173c1e50343ba206b5d3890f2a342e547
treefd4ecbabe5dddc0a1a4f1410118234449dd44e14
parent1b70a7f698364ec147e97330c929436bae009ef7
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