From: Lars-Peter Clausen Date: Tue, 2 Sep 2014 20:20:34 +0000 (+0200) Subject: ASoC: wm8995: Remove unnecessary suspend/resume bias level changes X-Git-Tag: fixes-against-v3.18-rc2~128^2~8^2~6^5~1^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e02c716d2ec065fd58c2fc8100fd5f359ab61e7e;p=pandora-kernel.git ASoC: wm8995: Remove unnecessary suspend/resume bias level changes The ASoC core will only call the suspend/resume callbacks when the device's DAPM context is idle. Since this driver sets idle_bias_off to true this means that the device is already in SND_SOC_BIAS_OFF when the suspend callback is called, so there is no need to manually set this state again. There is also no need to go to SND_SOC_BIAS_STANDBY in the resume callback since the core will go right back to SND_SOC_BIAS_OFF. Signed-off-by: Lars-Peter Clausen Acked-by: Charles Keepax Signed-off-by: Mark Brown --- Reading git-diff-tree failed