ASoC: arizona: Fix wrong number of items in enum ctls
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Feb 2014 09:01:43 +0000 (10:01 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 20 Feb 2014 01:43:59 +0000 (10:43 +0900)
commit27ca2c30f4fec73d53f727fe2fe729e16d9a43b2
tree93b67d4fe6740513cef6aa68d1d90e15bd966978
parent48e50ce37fcf4c376845d1c42177eeb1601f99ad
ASoC: arizona: Fix wrong number of items in enum ctls

arizona codec driver has a few places wrongly defining the number of
enum items.

Use SOC_ENUM_SINGLE_DECL() macro and they are automatically fixed.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/arizona.c