summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-priv.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>2022-02-25 14:00:34 +0200
committerMark Brown <broonie@kernel.org>2022-02-25 13:45:38 +0000
commitc8775fb16b9bb37cf811ea0b55d50d8f42054c5d (patch)
tree7a53527fb2f787ee52a73c9b672bf3056bbabbac /sound/soc/sof/sof-priv.h
parent3304a242f45a501a5de69492e421a45c468c89ea (diff)
downloadlinux-stable-c8775fb16b9bb37cf811ea0b55d50d8f42054c5d.tar.gz
linux-stable-c8775fb16b9bb37cf811ea0b55d50d8f42054c5d.tar.bz2
linux-stable-c8775fb16b9bb37cf811ea0b55d50d8f42054c5d.zip
ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declaration
Other commit added the declaration of the sof_compressed_ops, drop the instance which added it as Platform specific ops, which the sof_compressed_ops is not. 76cdd90b27b4e ("ASoC: SOF: pcm: Add compress_ops for SOF platform component driver") Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20220225120034.11028-1-peter.ujfalusi@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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h
index 1cc6dce17582..2e19ac619ad5 100644
--- a/sound/soc/sof/sof-priv.h
+++ b/sound/soc/sof/sof-priv.h
@@ -562,11 +562,6 @@ int snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev,
const char *name, enum sof_debugfs_access_type access_type);
/*
- * Platform specific ops.
- */
-extern struct snd_compress_ops sof_compressed_ops;
-
-/*
* DSP Architectures.
*/
static inline void sof_stack(struct snd_sof_dev *sdev, const char *level,