aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/xtensa
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>2021-09-16 16:03:08 +0300
committerMark Brown <broonie@kernel.org>2021-09-17 13:17:47 +0100
commit0ed66cb7b6d38f0bab061466c1aa0e9f3db45e93 (patch)
treea6b0381c5de72dbea546dfcb992c7a15fef2dc8b /sound/soc/sof/xtensa
parentASoC: SOF: ipc: Remove redundant error check from sof_ipc_tx_message_unlocked (diff)
downloadlinux-dev-0ed66cb7b6d38f0bab061466c1aa0e9f3db45e93.tar.xz
linux-dev-0ed66cb7b6d38f0bab061466c1aa0e9f3db45e93.zip
ASoC: SOF: Rename sof_arch_ops to dsp_arch_ops
From the name sof_arch_ops one can not decipher that these ops are DSP architecture ops. Rename it to dsp_arch_ops and change also the macro to retrieve the DSP architecture specific ops as well. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20210916130308.7969-1-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/xtensa')
-rw-r--r--sound/soc/sof/xtensa/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/xtensa/core.c b/sound/soc/sof/xtensa/core.c
index bbb9a2282ed9..85f1eb1d20d2 100644
--- a/sound/soc/sof/xtensa/core.c
+++ b/sound/soc/sof/xtensa/core.c
@@ -128,7 +128,7 @@ static void xtensa_stack(struct snd_sof_dev *sdev, void *oops, u32 *stack,
}
}
-const struct sof_arch_ops sof_xtensa_arch_ops = {
+const struct dsp_arch_ops sof_xtensa_arch_ops = {
.dsp_oops = xtensa_dsp_oops,
.dsp_stack = xtensa_stack,
};