commit | b618a185ac2f0f7c95a8b4a1ab464e923f564028 | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Mon Apr 13 13:27:53 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Apr 27 15:38:23 2015 +0100 |
tree | 8a04ea22f3df85f2aea6978a2e31e0490f88d6e5 | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
ASoC: wm_adsp: Split out adsp1 & 2 setup algorithms The vast majority of the wm_adsp_setup_algs function is case statements for ADSP1 or ADSP2, this patch splits this out into two separate functions wm_adsp1_setup_algs and wm_adsp2_setup_algs. The small amount of shared code between them is factored out into an extra helper function. This makes the code a lot cleaner. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>