git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49101a2
)
ASoC: mc13783: Remove the set_cache_io() entirely from ASoC probe.
author
Xiubo Li
<Li.Xiubo@freescale.com>
Wed, 26 Mar 2014 05:40:26 +0000
(13:40 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 14 Apr 2014 16:22:19 +0000
(17:22 +0100)
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>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found