All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: soc-cache: Ensure consistent cache naming
@ 2010-11-29 10:54 Dimitris Papastamos
  2010-11-29 11:20 ` Liam Girdwood
  2010-11-29 13:13 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Dimitris Papastamos @ 2010-11-29 10:54 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood; +Cc: alsa-devel, patches

Signed-off-by: Dimitris Papastamos <dp@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: soc-cache: Ensure consistent cache naming
  2010-11-29 10:54 [PATCH] ASoC: soc-cache: Ensure consistent cache naming Dimitris Papastamos
@ 2010-11-29 11:20 ` Liam Girdwood
  2010-11-29 13:13 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-11-29 11:20 UTC (permalink / raw)
  To: Dimitris Papastamos; +Cc: alsa-devel, Mark Brown, patches

On Mon, 2010-11-29 at 10:54 +0000, Dimitris Papastamos wrote:
> Signed-off-by: Dimitris Papastamos <dp@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,

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: soc-cache: Ensure consistent cache naming
  2010-11-29 10:54 [PATCH] ASoC: soc-cache: Ensure consistent cache naming Dimitris Papastamos
  2010-11-29 11:20 ` Liam Girdwood
@ 2010-11-29 13:13 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-11-29 13:13 UTC (permalink / raw)
  To: Dimitris Papastamos; +Cc: alsa-devel, patches, Liam Girdwood

On Mon, Nov 29, 2010 at 10:54:28AM +0000, Dimitris Papastamos wrote:
> Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-29 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 10:54 [PATCH] ASoC: soc-cache: Ensure consistent cache naming Dimitris Papastamos
2010-11-29 11:20 ` Liam Girdwood
2010-11-29 13:13 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.