diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 275e41133468..10f5932d3d07 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -256,7 +256,8 @@ enum snd_soc_control_type { | |||
256 | }; | 256 | }; |
257 | 257 | ||
258 | enum snd_soc_compress_type { | 258 | enum snd_soc_compress_type { |
259 | SND_SOC_NO_COMPRESSION | 259 | SND_SOC_NO_COMPRESSION, |
260 | SND_SOC_LZO_COMPRESSION | ||
260 | }; | 261 | }; |
261 | 262 | ||
262 | int snd_soc_register_platform(struct device *dev, | 263 | int snd_soc_register_platform(struct device *dev, |