aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2020-04-20 16:10:15 +0900
committerMark Brown <[email protected]>2020-04-21 19:02:00 +0100
commite7cbe528391ab6660f747095efb6ee1542e4f205 (patch)
tree007378e9424a8de779d0c3703b050b5481dbbb54 /include
parent27ecad217c1437761cb4a9e1409d08bd287c18ed (diff)
ASoC: soc-compress: remove snd_compr_ops
snd_compr_ops couldn't care called component, but now we can care it via snd_compress_ops. All drivers switched to it. This patch removes snd_compr_ops. Signed-off-by: Kuninori Morimoto <[email protected]> Tested-by: Charles Keepax <[email protected]> Reviewed-by: Charles Keepax <[email protected]> Reviewed-by: Ranjani Sridharan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-component.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h
index 9122b11f51e9..864983b09846 100644
--- a/include/sound/soc-component.h
+++ b/include/sound/soc-component.h
@@ -146,7 +146,6 @@ struct snd_soc_component_driver {
struct snd_pcm_substream *substream,
struct vm_area_struct *vma);
- const struct snd_compr_ops *compr_ops; /* remove me */
const struct snd_compress_ops *compress_ops;
/* probe ordering - for components with runtime dependencies */