[RFC][PATCH 3/3] ASoC: core: remove the default regmap I/O setting up from soc_probe_codec()

2014-03-04 Thread Xiubo Li
Since all the CODEC drivers has using the snd_soc_register_codec() to set up the CODEC I/O while the CODEC probing, so this could be removed entirely. Signed-off-by: Xiubo Li --- sound/soc/soc-core.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/sound/soc/soc-core.c

[RFC][PATCH 3/3] ASoC: core: remove the default regmap I/O setting up from soc_probe_codec()

2014-03-04 Thread Xiubo Li
Since all the CODEC drivers has using the snd_soc_register_codec() to set up the CODEC I/O while the CODEC probing, so this could be removed entirely. Signed-off-by: Xiubo Li li.xi...@freescale.com --- sound/soc/soc-core.c | 10 -- 1 file changed, 10 deletions(-) diff --git