From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH] ASoC: soc-cache: Ensure consistent cache naming
Date: Mon, 29 Nov 2010 11:20:16 +0000 [thread overview]
Message-ID: <1291029616.3299.152.camel@odin> (raw)
In-Reply-To: <1291028068-25461-1-git-send-email-dp@opensource.wolfsonmicro.com>
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
next prev parent reply other threads:[~2010-11-29 11:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-29 10:54 [PATCH] ASoC: soc-cache: Ensure consistent cache naming Dimitris Papastamos
2010-11-29 11:20 ` Liam Girdwood [this message]
2010-11-29 13:13 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291029616.3299.152.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dp@opensource.wolfsonmicro.com \
--cc=patches@opensource.wolfsonmicro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.