[alsa-devel] [PATCH] ASoC: soc-cache: Ensure consistent cache naming
Liam Girdwood
lrg at slimlogic.co.uk
Mon Nov 29 12:20:16 CET 2010
On Mon, 2010-11-29 at 10:54 +0000, Dimitris Papastamos wrote:
> 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,
Acked-by: Liam Girdwood <lrg at slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
More information about the Alsa-devel
mailing list