diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2020-04-20 09:10:00 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-21 20:01:59 +0200 |
commit | 27ecad217c1437761cb4a9e1409d08bd287c18ed (patch) | |
tree | a3172ff020a4053b258cf8fcba75420f5bb82ab0 /sound/soc/sprd/sprd-pcm-dma.c | |
parent | ASoC: sof: use snd_compress_ops (diff) | |
download | linux-27ecad217c1437761cb4a9e1409d08bd287c18ed.tar.xz linux-27ecad217c1437761cb4a9e1409d08bd287c18ed.zip |
ASoC: sprd: use snd_compress_ops
We can use snd_compress_ops.
Let's switch to use it.
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/87mu76vdiv.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sprd/sprd-pcm-dma.c')
-rw-r--r-- | sound/soc/sprd/sprd-pcm-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sprd/sprd-pcm-dma.c b/sound/soc/sprd/sprd-pcm-dma.c index d12d3cad8cbd..5074123f8855 100644 --- a/sound/soc/sprd/sprd-pcm-dma.c +++ b/sound/soc/sprd/sprd-pcm-dma.c @@ -515,7 +515,7 @@ static const struct snd_soc_component_driver sprd_soc_component = { .mmap = sprd_pcm_mmap, .pcm_construct = sprd_pcm_new, .pcm_destruct = sprd_pcm_free, - .compr_ops = &sprd_platform_compr_ops, + .compress_ops = &sprd_platform_compress_ops, }; static int sprd_soc_platform_probe(struct platform_device *pdev) |