ASoC: TWL4030: Convert the bitfield enums to VALUE_ENUM type
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>
Mon, 5 Jan 2009 07:54:58 +0000 (09:54 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 5 Jan 2009 17:47:17 +0000 (17:47 +0000)
commit2f42357722f7ddc1ec0236fa55ad49ea8a7ce4b0
tree7f385fb8cc4540802f599f9d986e180e7bba1cc1
parent2e72f8e3716bc3bbf4c9b5b987fb5ab3223f60bf
ASoC: TWL4030: Convert the bitfield enums to VALUE_ENUM type

Convert the bitfield coded enums to the new VALUE_ENUM type.
Remove the enum check, since the VALUE_ENUM type can handle
the bitfield coding and also handles the 'holes' in the bitfield.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/twl4030.c