dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: Change the base value of compress_type

Ensure that the base value of compress_type starts at 1 so that
we know whether the machine driver has provided a compress_type
for overriding the codec supplied one.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Dimitris Papastamos 2010-12-02 14:53:02 +00:00 committed by Mark Brown
parent 23bbce34f4
commit 119bd789f6
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ enum snd_soc_control_type {
};
enum snd_soc_compress_type {
SND_SOC_FLAT_COMPRESSION,
SND_SOC_FLAT_COMPRESSION = 1,
SND_SOC_LZO_COMPRESSION,
SND_SOC_RBTREE_COMPRESSION
};