diff options
author | V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> | 2022-09-13 20:13:18 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-20 19:38:04 +0100 |
commit | 40d3c041e2f871b3d2d78c8e360224f788ac17ab (patch) | |
tree | d7d76801dae85d74770be03911c43f1fb1239803 /sound/soc/sof/amd/acp-common.c | |
parent | ed2562c64b4f2cb434420f7d2818d0388250ac1a (diff) | |
download | linux-40d3c041e2f871b3d2d78c8e360224f788ac17ab.tar.gz linux-40d3c041e2f871b3d2d78c8e360224f788ac17ab.tar.bz2 linux-40d3c041e2f871b3d2d78c8e360224f788ac17ab.zip |
ASoC: SOF: amd: increase SRAM inbox and outbox size to 1024
Increase inbox and outbox mailbox size from 512 to 1024 to
support thirdparty DTS integration ipc tx/rx messages communication.
This is done through firmware window get info.
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220913144319.1055302-5-Vsujithkumar.Reddy@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/amd/acp-common.c')
-rw-r--r-- | sound/soc/sof/amd/acp-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/acp-common.c b/sound/soc/sof/amd/acp-common.c index 12bdd97c1aae..27b95187356e 100644 --- a/sound/soc/sof/amd/acp-common.c +++ b/sound/soc/sof/amd/acp-common.c @@ -77,6 +77,7 @@ struct snd_sof_dsp_ops sof_acp_common_ops = { .send_msg = acp_sof_ipc_send_msg, .ipc_msg_data = acp_sof_ipc_msg_data, .get_mailbox_offset = acp_sof_ipc_get_mailbox_offset, + .get_window_offset = acp_sof_ipc_get_window_offset, .irq_thread = acp_sof_ipc_irq_thread, /* stream callbacks */ |