[alsa-devel] [PATCH] ASoC: soc-cache: Ensure consistent cache naming

Dimitris Papastamos dp at opensource.wolfsonmicro.com
Mon Nov 29 11:54:28 CET 2010


Signed-off-by: Dimitris Papastamos <dp at opensource.wolfsonmicro.com>
---
 include/sound/soc.h   |    2 +-
 sound/soc/soc-cache.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sound/soc.h b/include/sound/soc.h
index 3eb92ef..9e593cf 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
 };
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c
index e5b1888..9b1ba33 100644
--- a/sound/soc/soc-cache.c
+++ b/sound/soc/soc-cache.c
@@ -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,
-- 
1.7.3.2



More information about the Alsa-devel mailing list