commit | 6fbbc18ead0f4f64a722f7e325046e5860d2c52b | [log] [tgz] |
---|---|---|
author | Daniel Baluta <daniel.baluta@gmail.com> | Mon Jun 03 11:20:25 2019 -0500 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 03 17:47:49 2019 +0100 |
tree | 83553223e2e73accbf148600e83cb2335e69f77b | |
parent | 5c9714f637365a84e05f0532cd9ae00c65b70dc1 [diff] |
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>