ASoC: add simplified versions of widget macros
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Thu, 21 Jan 2010 20:10:47 +0000 (21:10 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 25 Jan 2010 14:50:45 +0000 (14:50 +0000)
commit8484c63f4b363d79febe35f95328e38018b65026
tree43e3950e81319f2e921a7ba1796ca35d64f7dd4a
parent821dd91ec7838e1313d783384ea9ce43510d4013
ASoC: add simplified versions of widget macros

Many macros from include/sound/soc-dapm.h take an array and a number of
elements in it as arguments, whereas most users use static arrays and use
"x, ARRAY_SIZE(x)" as arguments. This patch adds simplified versions of
those macros, calling ARRAY_SIZE() internally.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Liam Girdwood <lrg@slimlogic.oc.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc-dapm.h