ASoC: soc-cache: Ensure consistent cache naming
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Mon, 29 Nov 2010 10:54:28 +0000 (10:54 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 29 Nov 2010 12:43:52 +0000 (12:43 +0000)
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>
include/sound/soc.h
sound/soc/soc-cache.c

index 3eb92ef..9e593cf 100644 (file)
@@ -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
 };
index e5b1888..9b1ba33 100644 (file)
@@ -1520,7 +1520,7 @@ static int snd_soc_flat_cache_init(struct snd_soc_codec *codec)
 /* an array of all supported compression types */
 static const struct snd_soc_cache_ops cache_types[] = {
        {
-               .id = SND_SOC_NO_COMPRESSION,
+               .id = SND_SOC_FLAT_COMPRESSION,
                .init = snd_soc_flat_cache_init,
                .exit = snd_soc_flat_cache_exit,
                .read = snd_soc_flat_cache_read,