]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitad4c5dd510a590f0ce6b2ed73e8da5259379af0a
tree83553223e2e73accbf148600e83cb2335e69f77b
parent4b899287ed6d0c1e0d8c2d730a93526e55365b7a
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