]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map()
authorHans de Goede <hdegoede@redhat.com>
Thu, 2 Apr 2020 18:53:57 +0000 (20:53 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 3 Apr 2020 13:39:57 +0000 (14:39 +0100)
commit70749b2134ba7a2493b8471a5f0d2cee8d531948
tree457a192fe44da028c8c56a8ce6ee23a80d76c3eb
parent1cb951ef9da8287e1260f4e169bba86453372dd6
ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map()

sst_send_slot_map() uses sst_fill_and_send_cmd_unlocked() because in some
places it is called with the drv->lock mutex already held.

So it must always be called with the mutex locked. This commit adds missing
locking in the sst_set_be_modules() code-path.

Fixes: 09dd7390fc22 ("ASoC: Intel: mrfld: add DSP core controls")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200402185359.3424-1-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-atom-controls.c