aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>2010-11-29 10:54:28 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-11-29 12:43:52 +0000
commitdf0701bb8660107e811bddba6e4933385f697a21 (patch)
tree908b4c9a6abb198ce9a770461d58a7cd118afb5f /include/sound
parentASoC: soc-cache: Add error checking in the *_cache_sync functions (diff)
downloadlinux-dev-df0701bb8660107e811bddba6e4933385f697a21.tar.xz
linux-dev-df0701bb8660107e811bddba6e4933385f697a21.zip
ASoC: soc-cache: Ensure consistent cache naming
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 3eb92ef6c83f..9e593cf1440b 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -256,7 +256,7 @@ enum snd_soc_control_type {
};
enum snd_soc_compress_type {
- SND_SOC_NO_COMPRESSION,
+ SND_SOC_FLAT_COMPRESSION,
SND_SOC_LZO_COMPRESSION,
SND_SOC_RBTREE_COMPRESSION
};