diff options
author | Malik_Hsu <malik_hsu@wistron.corp-partner.google.com> | 2021-11-24 15:06:25 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-25 19:43:19 +0000 |
commit | 4298e13868d2e757f5393cc66ef0966b14622287 (patch) | |
tree | 1c442b3c0997cbacfe2021e5ee01d393c7751342 /src/mainboard | |
parent | 0c54461cf99010d9ebeae869f0a486b0268ec860 (diff) |
mb/google/brya/variants/primus: add fw config probe for speaker amp
Added fw config probe for MX98360A.
BUG=b:205883511
TEST=emerge-brya coreboot chromeos-bootimage and check audio function
Signed-off-by: Malik_Hsu <malik_hsu@wistron.corp-partner.google.com>
Change-Id: I2452b752ce58a5d0f1008cf187fb79ace6c4285f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59613
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/primus/overridetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/primus/overridetree.cb b/src/mainboard/google/brya/variants/primus/overridetree.cb index 61e24d8ba1..c12939f4e8 100644 --- a/src/mainboard/google/brya/variants/primus/overridetree.cb +++ b/src/mainboard/google/brya/variants/primus/overridetree.cb @@ -266,6 +266,7 @@ chip soc/intel/alderlake register "sdmode_delay" = "5" device generic 0 on probe AUDIO MAX98360_ALC5682I_I2S + probe AUDIO MAX98360_ALC5682I_VS_I2S end end end |