ASoC: snappercl15: Convert to table based DAPM setup
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 12 Mar 2014 14:27:36 +0000 (15:27 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 13 Mar 2014 09:38:14 +0000 (09:38 +0000)
commit7b2655b409211d619d99a1bb325797dee22a1c8b
treee4d8ab608bcb533674f47de726148175d953ec5c
parent17cb37aafdc11b875b915292ae21ac3a4f1425a7
ASoC: snappercl15: Convert to table based DAPM setup

Use table based setup to register the DAPM widgets and routes.  This on one hand
makes the code a bit shorter and cleaner and on the other hand the board level
DAPM elements get registered in the card's DAPM context rather than in the
CODEC's DAPM context.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/cirrus/snappercl15.c