[RFC][PATCH 2/3] ASoc: codec: remove the set_cache_io() entirely from CODEC ASoC probe.

2014-03-04 Thread Xiubo Li
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. Signed-off-by: Xiubo Li --- sound/soc/codecs/cq93vc.c | 6 -- sound/soc/codecs/mc13783.c | 10 ++ sound/soc/codecs/wm5102.c | 6 ++

[RFC][PATCH 2/3] ASoc: codec: remove the set_cache_io() entirely from CODEC ASoC probe.

2014-03-04 Thread Xiubo Li
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. Signed-off-by: Xiubo Li li.xi...@freescale.com --- sound/soc/codecs/cq93vc.c | 6 -- sound/soc/codecs/mc13783.c | 10 ++