ASoC: ad1980: Fix wrong number of items for capture source
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Feb 2014 08:56:40 +0000 (09:56 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 20 Feb 2014 02:01:26 +0000 (11:01 +0900)
commit901bb6c55d2a7ef66bc0bdf0ba410c417f16b7cf
tree4b74597403d370bcdbe2f1374b4e5e2d24070347
parent38dbfb59d1175ef458d006556061adeaa8751b72
ASoC: ad1980: Fix wrong number of items for capture source

The number of capture sources is 8, not 7.
Use SOC_ENUM_DOUBLE_DECL() macro and it's 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/ad1980.c