From: Dmitry Eremin-Solenikov Date: Thu, 17 Oct 2013 10:01:36 +0000 (+0400) Subject: ALSA: ASoC: pxa: fix pxa2xx-ac97 DAI initialization order X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~21^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62aa9b6c900a9aaf302c1f9ac1883c143afd832;p=pandora-kernel.git ALSA: ASoC: pxa: fix pxa2xx-ac97 DAI initialization order After recent changes to codec/DAI initialization order changes, codec driver (wm9712 in my case) tries to access codec prior to pxa2xx_ac97_hw_probe() being called (because DAIs are probed after all codecs are probed). Move hw-related probe/remove/suspend/resume functions to pxa2xx-ac97 driver level, instead of DAI level. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Mark Brown --- Reading git-diff-tree failed