mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 14:02:43 -04:00
ASoC: sof: use snd_compress_ops
We can use snd_compress_ops. Let's switch to use it. Upstream code doesn't have sof_compressed_ops. This patch assume it is implemented at out-of-tree. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Link: https://lore.kernel.org/r/87o8rmvdj7.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
c60e4459c4
commit
39118ce50b
@@ -522,7 +522,7 @@ void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev);
|
||||
/*
|
||||
* Platform specific ops.
|
||||
*/
|
||||
extern struct snd_compr_ops sof_compressed_ops;
|
||||
extern struct snd_compress_ops sof_compressed_ops;
|
||||
|
||||
/*
|
||||
* DSP Architectures.
|
||||
|
||||
Reference in New Issue
Block a user