aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 586bfb99fedb..24db9101c87d 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -256,7 +256,7 @@ enum snd_soc_control_type {
256}; 256};
257 257
258enum snd_soc_compress_type { 258enum snd_soc_compress_type {
259 SND_SOC_FLAT_COMPRESSION, 259 SND_SOC_FLAT_COMPRESSION = 1,
260 SND_SOC_LZO_COMPRESSION, 260 SND_SOC_LZO_COMPRESSION,
261 SND_SOC_RBTREE_COMPRESSION 261 SND_SOC_RBTREE_COMPRESSION
262}; 262};