diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2020-04-20 09:08:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-04-21 20:01:56 +0200 |
commit | 171d1785c703e2f3713a877881412145f6ce98ca (patch) | |
tree | 2ed9cb7e0e961a192ece24d9b8017ed99dd47077 /sound/soc/uniphier/aio-dma.c | |
parent | ASoC: codec: wm_adsp: use snd_compress_ops (diff) | |
download | linux-171d1785c703e2f3713a877881412145f6ce98ca.tar.xz linux-171d1785c703e2f3713a877881412145f6ce98ca.zip |
ASoC: uniphier: 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/87sggyvdld.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/uniphier/aio-dma.c')
-rw-r--r-- | sound/soc/uniphier/aio-dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/uniphier/aio-dma.c b/sound/soc/uniphier/aio-dma.c index 4bbcb007df41..d6bcd476df12 100644 --- a/sound/soc/uniphier/aio-dma.c +++ b/sound/soc/uniphier/aio-dma.c @@ -227,7 +227,7 @@ static const struct snd_soc_component_driver uniphier_soc_platform = { .pointer = uniphier_aiodma_pointer, .mmap = uniphier_aiodma_mmap, .pcm_construct = uniphier_aiodma_new, - .compr_ops = &uniphier_aio_compr_ops, + .compress_ops = &uniphier_aio_compress_ops, }; static const struct regmap_config aiodma_regmap_config = { |