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>
This commit is contained in:
parent
a0e32aafee
commit
ba9f0c3817
@ -196,6 +196,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
|
||||
|
@ -221,6 +221,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
|
||||
|
@ -203,6 +203,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
|
||||
|
@ -200,6 +200,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
|
||||
|
@ -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
|
||||
|
@ -138,6 +138,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
|
||||
|
@ -140,6 +140,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 pmc hidden
|
||||
# The pmc_mux chip driver is a placeholder for the
|
||||
|
@ -8,6 +8,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 i2c1 on
|
||||
|
@ -101,6 +101,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
|
||||
|
@ -137,6 +137,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
|
||||
|
@ -229,6 +229,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user