summaryrefslogtreecommitdiff
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-10 13:06:52 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-10 13:08:09 (GMT)
commitc9016a7937122b72d87ff2037664b7bd717d3e4b (patch)
tree699660ff52551df0287a50e7c8a250d23c988653 /include/sound/soc.h
parent515fedfeb6891f465bb1cc1ffe2e94e1b0d195a4 (diff)
downloadlinux-fsl-qoriq-c9016a7937122b72d87ff2037664b7bd717d3e4b.tar.xz
ASoC: Remove LZO cache type
There are no current users and new drivers ought to be using the regmap API and its cache implementation directly so just delete the ASoC copy. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 02a5c55..b21b3047 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -266,7 +266,6 @@ enum snd_soc_control_type {
enum snd_soc_compress_type {
SND_SOC_FLAT_COMPRESSION = 1,
- SND_SOC_LZO_COMPRESSION,
SND_SOC_RBTREE_COMPRESSION
};