mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ASoC: Hook wm_hubs micbiases up to CLK_SYS
The microphone detection functionality requires a clock to work. In any non-detection case where the MICBIAS is enabled CLK_SYS will be needed anyway so there is no negative impact on power consumption. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
8ceed344af
commit
cea2bc50a3
1 changed files with 3 additions and 0 deletions
|
@ -674,6 +674,9 @@ SND_SOC_DAPM_OUTPUT("LINEOUT2N"),
|
|||
};
|
||||
|
||||
static const struct snd_soc_dapm_route analogue_routes[] = {
|
||||
{ "MICBIAS1", NULL, "CLK_SYS" },
|
||||
{ "MICBIAS2", NULL, "CLK_SYS" },
|
||||
|
||||
{ "IN1L PGA", "IN1LP Switch", "IN1LP" },
|
||||
{ "IN1L PGA", "IN1LN Switch", "IN1LN" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue