OSDN Git Service

ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declaration
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Fri, 25 Feb 2022 12:00:34 +0000 (14:00 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 25 Feb 2022 13:45:38 +0000 (13:45 +0000)
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>
sound/soc/sof/sof-priv.h

index 1cc6dce..2e19ac6 100644 (file)
@@ -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,