diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-10 17:39:40 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-13 00:20:28 +0800 |
commit | 1dfb6efd87d63d2efef6e985770d5dd642f83146 (patch) | |
tree | 6f2ec639c914860a0f77ffe80e8dad1cc83ca0d7 /include/sound/soc.h | |
parent | cae59c7b2185856522822e40260174c088ca5b11 (diff) | |
download | linux-1dfb6efd87d63d2efef6e985770d5dd642f83146.tar.bz2 |
ASoC: Remove rbtree register cache
All users now use regmap directly so delete the ASoC version of the code.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc.h')
-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 d9aa66be1994..a35cf14a8eb1 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_RBTREE_COMPRESSION }; enum snd_soc_pcm_subclass { |