]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
ASoC: Intel: Skylake: Request IRQ late only after all context are initialized
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Mon, 18 Dec 2017 05:16:49 +0000 (10:46 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 20 Dec 2017 10:48:06 +0000 (10:48 +0000)
commit8e9d8e19b3d0c36d45161233eee3f2d368efe3ac
tree92a733336696f072c0df0b1d77eafc5add310a37
parent87684d338a22d15e47b16ee68f569d74ad1d076e
ASoC: Intel: Skylake: Request IRQ late only after all context are initialized

Sometimes during boot, panic is observed at sst_dsp_shim_read_unlocked().
This happens when interrupt occurs before the context is initialized. So
move the irq initialization only after the context is initialized
completely.

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Pawse, GuruprasadX <guruprasadx.pawse@intel.com>
Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/bxt-sst.c
sound/soc/intel/skylake/cnl-sst.c
sound/soc/intel/skylake/skl-sst-dsp.c
sound/soc/intel/skylake/skl-sst-dsp.h
sound/soc/intel/skylake/skl-sst.c