]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: cs35l41: Fix DSP mbox start command and global enable order
authorLucas Tanure <tanureal@opensource.cirrus.com>
Thu, 3 Mar 2022 17:30:42 +0000 (17:30 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 7 Mar 2022 13:12:38 +0000 (13:12 +0000)
commit3b6ee4025cd95ef26a179bfba7547111bf2d0add
tree0b124e46fda6bedb588014d0d310fdff68638235
parent3baf106c06a90e5fe5a73439144c63f316f7d513
ASoC: cs35l41: Fix DSP mbox start command and global enable order

Global enable must happen before CSPL_MBOX_CMD_RESUME command
is sent. Move it to PRE_PMU as both events use
SND_SOC_DAPM_OUT_DRV_E macro.

Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220303173059.269657-4-tanureal@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l41.c