提交 df0701bb 编写于 作者: D Dimitris Papastamos 提交者: Mark Brown

ASoC: soc-cache: Ensure consistent cache naming

Signed-off-by: NDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 7a33d4ce
......@@ -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
};
......
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册