mb/google/brask/var/bujia: change ALC5650 to ALC5682I-VS
Due to system spec change, change audio codec ALC5650 to ALC5682I-VS BUG=b:329787697 TEST= USE="-project_all project_bujia" emerge-brask coreboot Change-Id: I38e5c58b3ef3fbe709b98601975ae3821bb77213 Signed-off-by: Shon Wang <shon.wang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82774 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Derek Huang <derekhuang@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
		| @@ -159,14 +159,15 @@ chip soc/intel/alderlake | |||||||
| 		end | 		end | ||||||
| 		device ref i2c0 on | 		device ref i2c0 on | ||||||
| 			chip drivers/i2c/generic | 			chip drivers/i2c/generic | ||||||
| 				register "hid" = ""10EC5650"" | 				register "hid" = ""RTL5682"" | ||||||
| 				register "name" = ""RT58"" | 				register "name" = ""RT58"" | ||||||
| 				register "desc" = ""Realtek RT5650"" | 				register "desc" = ""Headset Codec"" | ||||||
| 				register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_A23)" | 				register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_A23)" | ||||||
|  | 				# Set the jd_src to RT5668_JD1 for jack detection | ||||||
| 				register "property_count" = "1" | 				register "property_count" = "1" | ||||||
| 				register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER" | 				register "property_list[0].type" = "ACPI_DP_TYPE_INTEGER" | ||||||
| 				register "property_list[0].name" = ""realtek,jd-mode"" | 				register "property_list[0].name" = ""realtek,jd-src"" | ||||||
| 				register "property_list[0].integer" = "2" | 				register "property_list[0].integer" = "1" | ||||||
| 				device i2c 1a on end | 				device i2c 1a on end | ||||||
| 			end | 			end | ||||||
| 		end # I2C0 | 		end # I2C0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user