diff options
author | Karol Trzcinski <karolx.trzcinski@linux.intel.com> | 2020-03-12 15:06:19 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 15:13:23 +0000 |
commit | a6096f88a0b344d792606ebfaf1ef1ec2d7e0655 (patch) | |
tree | 1a7c4e8e004962e901c16cac625e773a259fe6f8 /sound/soc/sof/sof-priv.h | |
parent | 4ea25785259a9e7a542a5e8ceb8b208ae6929739 (diff) | |
download | linux-a6096f88a0b344d792606ebfaf1ef1ec2d7e0655.tar.bz2 |
ASoC: SOF: Remove SOF_IPC_EXT_DMA_BUFFER
This enum code, and what's more important, related structures is
unused in whole source code, so it shouldn't be kept.
Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200312200622.24477-4-pierre-louis.bossart@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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h index 5d16f668d16a..38dce54755a6 100644 --- a/sound/soc/sof/sof-priv.h +++ b/sound/soc/sof/sof-priv.h @@ -415,7 +415,6 @@ struct snd_sof_dev { u32 enabled_cores_mask; /* keep track of enabled cores */ /* FW configuration */ - struct sof_ipc_dma_buffer_data *info_buffer; struct sof_ipc_window *info_window; /* IPC timeouts in ms */ |