ASoC: neo1973_wm8753: Convert to table based setup
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 1 Mar 2014 15:17:03 +0000 (16:17 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 3 Mar 2014 01:35:04 +0000 (10:35 +0900)
commit4f07c9ccdf92155dd8a216eee262f2954a6d69a2
treed1351360b6e70968841a14bc099d5d7b198ef883
parent61e7fe2577479a1f2650c3fe41c6c842797dddf6
ASoC: neo1973_wm8753: Convert to table based setup

Use table based setup to register the controls and 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/samsung/neo1973_wm8753.c