commit | 964eafb1d59b7c270982d144882c64b93c67eb03 | [log] [tgz] |
---|---|---|
author | Xiubo Li <Li.Xiubo@freescale.com> | Wed Mar 26 13:40:33 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Apr 14 17:22:20 2014 +0100 |
tree | ac2c8eecb21ba5965d445cf5439a88b8b0865d77 | |
parent | c0b6f59b7036c0cb7e0d03240fcb095104855ab9 [diff] |
ASoC: wm8997: Remove the set_cache_io() entirely from ASoC probe. As we can set the CODEC I/O while snd_soc_register_codec(), so the calling of set_cache_io() from CODEC ASoC probe could be removed entirely. And then we can set the CODEC I/O in the device probe instead of CODEC ASoC probe as earily as possible. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>