diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2020-04-20 16:09:48 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-21 19:01:58 +0100 |
commit | 39118ce50b85496c0d78614474009fb8cbebb857 (patch) | |
tree | 3db199cf6576c00de558563bb1c687c09f187c3d /sound/soc/sof/sof-priv.h | |
parent | c60e4459c42de356b5cc49830fc08e5fd372a8cd (diff) | |
download | lwn-39118ce50b85496c0d78614474009fb8cbebb857.tar.gz lwn-39118ce50b85496c0d78614474009fb8cbebb857.zip |
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>
Diffstat (limited to 'sound/soc/sof/sof-priv.h')
-rw-r--r-- | sound/soc/sof/sof-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h index a4b297c842df..965b9da696d5 100644 --- a/sound/soc/sof/sof-priv.h +++ b/sound/soc/sof/sof-priv.h @@ -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. |