mb/google/nissa/var/xivu: Disable world-facing microphone
Remove world-facing microphone for xivu360. Switching to world-facing camera will use the user-facing microphone to record sound. BUG=b:263927799 TEST=emerge-nissa coreboot chromeos-bootimage Change-Id: Ibb720974b6488ce4453081e0bc5b4e7f34a6b0f6 Signed-off-by: Ian Feng <ian_feng@compal.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73233 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Reka Norman <rekanorman@chromium.org> Reviewed-by: Frank Wu <frank_wu@compal.corp-partner.google.com> Reviewed-by: John Su <john_su@compal.corp-partner.google.com> Reviewed-by: Dtrain Hsu <dtrain_hsu@compal.corp-partner.google.com>
This commit is contained in:
parent
bd86b0c2f7
commit
01816e6a4f
|
@ -15,10 +15,6 @@ static const struct pad_config wfc_disable_pads[] = {
|
|||
PAD_NC_LOCK(GPP_D16, NONE, LOCK_CONFIG),
|
||||
/* H22 : WCAM_MCLK_R */
|
||||
PAD_NC(GPP_H22, NONE),
|
||||
/* R6 : DMIC_WCAM_CLK_R */
|
||||
PAD_NC(GPP_R6, NONE),
|
||||
/* R7 : DMIC_WCAM_DATA */
|
||||
PAD_NC(GPP_R7, NONE),
|
||||
};
|
||||
|
||||
void fw_config_gpio_padbased_override(struct pad_config *padbased_table)
|
||||
|
|
|
@ -25,6 +25,10 @@ static const struct pad_config override_gpio_table[] = {
|
|||
PAD_NC(GPP_F4, NONE),
|
||||
/* F5 : CRF_XTAL_CLKREQ ==> NC */
|
||||
PAD_NC(GPP_F5, NONE),
|
||||
/* R6 : DMIC_CLK_A_1A ==> NC */
|
||||
PAD_NC(GPP_R6, NONE),
|
||||
/* R7 : DMIC_DATA_1A ==> NC */
|
||||
PAD_NC(GPP_R7, NONE),
|
||||
};
|
||||
|
||||
/* Early pad configuration in bootblock */
|
||||
|
|
Loading…
Reference in New Issue