mb/google/ocelot: Update gpio's for ALC721 sndw

This commit updates sndw codec fwconfig for including dmic pins
necessary for microphone data.

Schematic version: schematic_1433518
Platform Mapping Document : Rev0p86

TEST=emerge-ocelot coreboot chromeos-bootimage and check microphone
functionality.

Change-Id: I8d271c7f11fa3fcf34105de7552e641c40463090
Signed-off-by: Varun Upadhyay <varun.upadhyay@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89175
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Usha P <usha.p@intel.com>
Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
Varun Upadhyay 2025-09-15 14:32:42 +05:30 committed by Matt DeVillier
commit 04affc3354

View file

@ -86,6 +86,10 @@ static const struct pad_config sndw_alc721_enable_pads[] = {
PAD_CFG_NF(GPP_S06, NONE, DEEP, NF5),
/* GPP_S07: DMIC1_DATA (HDR) */
PAD_CFG_NF(GPP_S07, NONE, DEEP, NF5),
/* GPP_D16: DMIC_CLK */
PAD_CFG_NF(GPP_D16, NONE, DEEP, NF3),
/* GPP_D17: DMIC_DATA */
PAD_CFG_NF(GPP_D17, NONE, DEEP, NF3),
};
static const struct pad_config audio_disable_pads[] = {