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)
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>

No differences found