diff mbox series

ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declaration

Message ID 20220225120034.11028-1-peter.ujfalusi@linux.intel.com (mailing list archive)
State Accepted
Commit c8775fb16b9bb37cf811ea0b55d50d8f42054c5d
Headers show
Series ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declaration | expand

Commit Message

Peter Ujfalusi Feb. 25, 2022, noon UTC
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>
---
 sound/soc/sof/sof-priv.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Pierre-Louis Bossart Feb. 25, 2022, 3:36 p.m. UTC | #1
On 2/25/22 06:00, Peter Ujfalusi wrote:
> 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")

missing Fixes: tag?

> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
> ---
>  sound/soc/sof/sof-priv.h | 5 -----
>  1 file changed, 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
> @@ -561,11 +561,6 @@ int snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev,
>  		enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size,
>  		const char *name, enum sof_debugfs_access_type access_type);
>  
> -/*
> - * Platform specific ops.
> - */
> -extern struct snd_compress_ops sof_compressed_ops;
> -
>  /*
>   * DSP Architectures.
>   */
Mark Brown Feb. 25, 2022, 5:35 p.m. UTC | #2
On Fri, 25 Feb 2022 14:00:34 +0200, Peter Ujfalusi wrote:
> 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")
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: sof-priv: Drop duplicate sof_compressed_ops declaration
      commit: c8775fb16b9bb37cf811ea0b55d50d8f42054c5d

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

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
@@ -561,11 +561,6 @@  int snd_sof_debugfs_add_region_item_iomem(struct snd_sof_dev *sdev,
 		enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size,
 		const char *name, enum sof_debugfs_access_type access_type);
 
-/*
- * Platform specific ops.
- */
-extern struct snd_compress_ops sof_compressed_ops;
-
 /*
  * DSP Architectures.
  */