summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-priv.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>2022-03-30 13:19:17 -0700
committerMark Brown <broonie@kernel.org>2022-04-04 08:39:02 +0100
commit7f0a1335d3b67745d4b51dc634c3b400c3f1d42b (patch)
tree6fb3d2c4f7fcbe0e7510a57587ffa4a9a9b8f449 /sound/soc/sof/sof-priv.h
parentea5ffef079a72478d8612b4071c2986e364f82d2 (diff)
downloadlinux-stable-7f0a1335d3b67745d4b51dc634c3b400c3f1d42b.tar.gz
linux-stable-7f0a1335d3b67745d4b51dc634c3b400c3f1d42b.tar.bz2
linux-stable-7f0a1335d3b67745d4b51dc634c3b400c3f1d42b.zip
ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev struct
The dmab and dmab_bdl is not used by any platform, it can be removed from struct snd_sof_dev. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/20220330201926.1330402-3-ranjani.sridharan@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/sof-priv.h')
-rw-r--r--sound/soc/sof/sof-priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h
index 0d9b640ae24c..93de5547b952 100644
--- a/sound/soc/sof/sof-priv.h
+++ b/sound/soc/sof/sof-priv.h
@@ -457,8 +457,6 @@ struct snd_sof_dev {
bool ipc_dump_printed;
/* firmware loader */
- struct snd_dma_buffer dmab;
- struct snd_dma_buffer dmab_bdl;
struct sof_ipc_fw_ready fw_ready;
struct sof_ipc_fw_version fw_version;
struct sof_ipc_cc_version *cc_version;