From: Jarkko Nikula Date: Fri, 16 May 2014 13:55:24 +0000 (+0300) Subject: ASoC: max98090: Move microphone bias voltage setting to probe function X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~3^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a735d992c2e71e230b798518b7fe954fdbc2dc8c;p=pandora-kernel.git ASoC: max98090: Move microphone bias voltage setting to probe function Microphone bias level configuration register can configure voltage between 2.2 V and 2.8 V but doesn't manage is voltage on or off. Microphone bias on/off state is controlled by "MICBIAS" DAPM widget. Therefore there is no need to update bias voltage conditionally depending on jack state each time when codec goes to SND_SOC_BIAS_ON state and setting can be moved to max98090_probe() as driver currently doesn't support other levels than 2.8 V. Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed