google/buddy: adjust CID for realtek audio codec
Adjust CID to allow for Windows driver to attach without breaking functionality under Linux. Same change made as to google/cyan (which uses same Realtek RT5650 codec) in commit 607d72b. Test: build/boot Windowns 10 on google/buddy, observe audio drivers correctly attached to codec and Intel SST devices. Change-Id: I839acc8427ee9b5c425885858a513e9b0b9d0f93 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30564 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
eefb5900d0
commit
ea58adddf4
|
@ -19,7 +19,7 @@ Scope (\_SB.PCI0.I2C0)
|
|||
Device (RTEK)
|
||||
{
|
||||
Name (_HID, "10EC5650")
|
||||
Name (_CID, "10EC5650")
|
||||
Name (_CID, "INTCCFFD")
|
||||
Name (_DDN, "RTEK Codec Controller ")
|
||||
Name (_UID, 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue