diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-10 13:06:52 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-10 13:08:09 +0000 |
commit | c9016a7937122b72d87ff2037664b7bd717d3e4b (patch) | |
tree | 699660ff52551df0287a50e7c8a250d23c988653 /include | |
parent | 515fedfeb6891f465bb1cc1ffe2e94e1b0d195a4 (diff) | |
download | blackbird-op-linux-c9016a7937122b72d87ff2037664b7bd717d3e4b.tar.gz blackbird-op-linux-c9016a7937122b72d87ff2037664b7bd717d3e4b.zip |
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')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 02a5c5519f39..b21b3047e91b 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 }; |