ASoC: Intel: atom: Check drv->lock is locked in sst_fill_and_send_cmd_unlocked
authorHans de Goede <hdegoede@redhat.com>
Thu, 2 Apr 2020 18:53:58 +0000 (20:53 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 3 Apr 2020 13:39:57 +0000 (14:39 +0100)
commit0bb2be2d1b78f18ae68633b89ad49d84e0cb9bf6
tree7b9d4c964069d529c54bd385c334b935f36c396a
parent81630dc042af998b9f58cd8e2c29dab9777ea176
ASoC: Intel: atom: Check drv->lock is locked in sst_fill_and_send_cmd_unlocked

sst_fill_and_send_cmd_unlocked must be called with the drv->lock mutex
locked already. In the past there have been cases where this was not the
case, add a WARN_ON to check for drv->lock being locked.

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-2-hdegoede@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst-atom-controls.c