From: Richard Fitzgerald Date: Thu, 11 Jun 2015 10:32:30 +0000 (+0100) Subject: ASoC: wm_adsp: Add codec_probe and codec_remove stubs X-Git-Tag: omap-for-v4.3/legacy-v2-signed~142^2~2^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e2ce92bd96df99de1ef33fad05e3b3b2d34e54;p=pandora-kernel.git ASoC: wm_adsp: Add codec_probe and codec_remove stubs Currently the only init function in wm_adsp is called by the codec driver early in its probe before the codec has been registered with SOC. This patch adds stubs for the codec_probe and codec_remove stages and calls them from WM5102 and WM5110 codec drivers. This allows us to hang anything that needs setup during the codec probe stage off these functions without further modification of the codec drivers. Signed-off-by: Richard Fitzgerald Signed-off-by: Mark Brown --- Reading git-diff-tree failed