commit | 83905ef3cbd0025830e9db65bf5ce7db721e39a7 | [log] [tgz] |
---|---|---|
author | Xiubo Li <Li.Xiubo@freescale.com> | Wed Mar 26 13:40:27 2014 +0800 |
committer | Mark Brown <broonie@linaro.org> | Mon Apr 14 17:22:19 2014 +0100 |
tree | 6cd8b710e2189350b412dc71284c3615d9b01cca | |
parent | d957f1651ed2976e18c75c5644a92ed471c3ae9e [diff] |
ASoC: si476x: 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: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>