ASoC: SOF: Do not send cmd via SHIM register
authorDaniel Baluta <daniel.baluta@gmail.com>
Mon, 3 Jun 2019 16:20:25 +0000 (11:20 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 3 Jun 2019 16:47:49 +0000 (17:47 +0100)
commit6fbbc18ead0f4f64a722f7e325046e5860d2c52b
tree83553223e2e73accbf148600e83cb2335e69f77b
parent5c9714f637365a84e05f0532cd9ae00c65b70dc1
ASoC: SOF: Do not send cmd via SHIM register

We use shim registers only to notify the other
side that a message was sent. The actual information
for the message is transmitted via mailbox.

cmd information inside shim register is not used by
the DSP, so we remove it to avoid confusion.

Signed-off-by: Daniel Baluta <daniel.baluta@gmail.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/byt.c
sound/soc/sof/intel/cnl.c
sound/soc/sof/intel/hda-ipc.c