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>
This commit is contained in:
parent
a5c9682633
commit
29ae26704c
|
@ -17,13 +17,13 @@ fw_config
|
||||||
option SD_GL9750S 0
|
option SD_GL9750S 0
|
||||||
option SD_ABSENT 1
|
option SD_ABSENT 1
|
||||||
end
|
end
|
||||||
field CODEC 6 7
|
field AMP 6 7
|
||||||
option CODEC_NAU8825 0
|
|
||||||
option CODEC_ALC5682I_VS 1
|
|
||||||
end
|
|
||||||
field AMP 8 9
|
|
||||||
option AMP_MX98360A 0
|
option AMP_MX98360A 0
|
||||||
end
|
end
|
||||||
|
field CODEC 32 33
|
||||||
|
option CODEC_ALC5682I_VS 0
|
||||||
|
option CODEC_NAU8825 1
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
chip soc/intel/alderlake
|
chip soc/intel/alderlake
|
||||||
|
|
Loading…
Reference in New Issue