diff options
author | Eric Lai <ericr_lai@compal.corp-partner.google.com> | 2022-01-13 15:55:54 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-14 14:29:19 +0000 |
commit | 63ec2ac97aab17a7e5c8e929c96a188bcd59b9c0 (patch) | |
tree | 3283a693b7a5b280dc403116d540bef5c46152b9 | |
parent | 4503a0cb0fd93928361c45181fedf9266d594f9d (diff) |
mb/google/brya/var/felwinter: Update audio_amp fw config field name
https://github.com/thesofproject/linux/pull/3271
Felwinter will use the OEM string for SOF tplg loading. Update the name
that match to the kernel driver.
BUG=b:210061842
TEST=dmidecode can show AUDIO_AMP-MAX98360_ALC5682VS_I2S_2WAY.
Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com>
Change-Id: Ib6114d047762ba26071c9cdc6c43d80f933c1eb9
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61070
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/brya/variants/felwinter/overridetree.cb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/felwinter/overridetree.cb b/src/mainboard/google/brya/variants/felwinter/overridetree.cb index b77586b464..2876e74a48 100644 --- a/src/mainboard/google/brya/variants/felwinter/overridetree.cb +++ b/src/mainboard/google/brya/variants/felwinter/overridetree.cb @@ -11,7 +11,7 @@ fw_config field AUDIO_AMP 7 9 option UNPROVISIONED 0 option MAX98360_ALC5682I_I2S 1 - option MAX98360_ALC5682VS_I2S 2 + option MAX98360_ALC5682VS_I2S_2WAY 2 end end @@ -232,7 +232,7 @@ chip soc/intel/alderlake register "property_list[0].name" = ""realtek,jd-src"" register "property_list[0].integer" = "1" device i2c 1a on - probe AUDIO_AMP MAX98360_ALC5682VS_I2S + probe AUDIO_AMP MAX98360_ALC5682VS_I2S_2WAY end end end #I2C0 |