diff options
author | Tyler Wang <tyler.wang@quanta.corp-partner.google.com> | 2022-07-08 18:13:31 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-13 10:43:52 +0000 |
commit | 29ae26704c4c4a2ee555348b4bd290d20004d461 (patch) | |
tree | ca71e3a3e436bb5c24412fd57b88474f828d121f /src/mainboard/google | |
parent | a5c96826333cd3e14064639b25c0d4574d6b9aea (diff) |
mb/google/nissa/var/craask: Move codec item to SSFC
Move audio codec item from fw_config to SSFC.
BUG=b:238353613
TEST=emerge-nissa coreboot
Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com>
Change-Id: I361ef54cd2ee3e0a423ed5086184936d6f09e099
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65718
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/brya/variants/craask/overridetree.cb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/brya/variants/craask/overridetree.cb b/src/mainboard/google/brya/variants/craask/overridetree.cb index 467b2da5a9..dd1ec5e2d6 100644 --- a/src/mainboard/google/brya/variants/craask/overridetree.cb +++ b/src/mainboard/google/brya/variants/craask/overridetree.cb @@ -17,13 +17,13 @@ fw_config option SD_GL9750S 0 option SD_ABSENT 1 end - field CODEC 6 7 - option CODEC_NAU8825 0 - option CODEC_ALC5682I_VS 1 - end - field AMP 8 9 + field AMP 6 7 option AMP_MX98360A 0 end + field CODEC 32 33 + option CODEC_ALC5682I_VS 0 + option CODEC_NAU8825 1 + end end chip soc/intel/alderlake |