From: Xiubo Li
Date: Wed, 26 Mar 2014 05:40:30 +0000 (+0800)
Subject: ASoC: wm8350: Remove the set_cache_io() entirely from ASoC probe.
X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~6^9~5
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec0eb50e5f71f6c28cc0a4739b34ec109fe1a56;p=pandora-kernel.git
ASoC: wm8350: 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
Acked-by: Charles Keepax
Signed-off-by: Mark Brown
---
Reading git-diff-tree failed