common: overlay: Fix audio route for FE-PI Audio Z V2 Mic

The Mic Bias is not being enabled for the SGTL5000 codec on the FE-PI
Audio Z V2 board which prevents audio being captured from the microphone
input. Fix this by adding the a route to enable the Mic Bias when the
ADC is enabled.

Bug 2414131

Change-Id: Ie48ee5afd401b4a22fb29fc7f0317fe844fd7e95
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2220929
(cherry picked from commit 2e2c25c179e5b4b9dfdad6a49310344317bf43bb)
Reviewed-on: https://git-master.nvidia.com/r/2224179
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Jon Hunter
2019-10-18 10:14:49 +01:00
committed by Laxman Dewangan
parent 020a01a620
commit d368a43956

View File

@@ -51,7 +51,8 @@
__overlay__ { __overlay__ {
nvidia,audio-routing = nvidia,audio-routing =
"x Headphone", "x HP_OUT", "x Headphone", "x HP_OUT",
"x MIC_IN", "x Mic"; "x MIC_IN", "x Mic",
"x ADC", "x Mic Bias";
}; };
}; };