diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2022-12-20 12:35:05 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-12-22 20:39:12 +0000 |
commit | ba9f0c3817d0ca174008f5da62d8dcbcd965a670 (patch) | |
tree | 75c82cabbaa54496fe7afd07a1cd6bd8c0022380 /src/mainboard/google/volteer/variants/lindar | |
parent | a0e32aafee09013a6b627963ca3d71ba167aa520 (diff) |
mb/google/volteer: Add missing audio codec to HDA probe
Audio codec RT1011_ALC5682I_I2S is listed as a fw_config option in the
baseboard, but missing from the HDA device probe list in the variant
overridetrees, preventing it from being detected at boot.
TEST=build/boot lindar, verify audio codec identified and HDA device not
disabled by fw_config.
Change-Id: Ib40b095688aac5cf4e0a60dcac250023c4f04c9f
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71150
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/lindar')
-rw-r--r-- | src/mainboard/google/volteer/variants/lindar/overridetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/lindar/overridetree.cb b/src/mainboard/google/volteer/variants/lindar/overridetree.cb index 27d37f76f7..a4cdc298e1 100644 --- a/src/mainboard/google/volteer/variants/lindar/overridetree.cb +++ b/src/mainboard/google/volteer/variants/lindar/overridetree.cb @@ -274,6 +274,7 @@ chip soc/intel/tigerlake probe AUDIO MAX98373_ALC5682_SNDW probe AUDIO MAX98373_ALC5682I_I2S_UP4 probe AUDIO MAX98360_ALC5682I_I2S + probe AUDIO RT1011_ALC5682I_I2S end device ref pcie_rp9 on chip soc/intel/common/block/pcie/rtd3 |