mb/google/brox/var/lotso: Update verb table
Update verb table provided by Realtek on 20240710. Restults: SNR > 90 (spec>=90). BUG=b:349996984 TEST=emerge-brox sys-boot/coreboot sys-boot/chromeos-bootimage Change-Id: Ic4f03d09010efa7e32713b2697d5832255f64317 Signed-off-by: Jian Tong <tongjian@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83920 Reviewed-by: Kun Liu <liukun11@huaqin.corp-partner.google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
35ac087630
commit
6f07ca9471
1 changed files with 6 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
const u32 cim_verb_data[] = {
|
||||
/* coreboot specific header */
|
||||
0x10ec0257, // Codec Vendor / Device ID: Realtek ALC257
|
||||
0x10ec3a2c, // Subsystem ID
|
||||
0x10ec0257, // Subsystem ID
|
||||
0x0000000f, // Number of jacks (NID entries)
|
||||
|
||||
AZALIA_RESET(0x1),
|
||||
|
|
@ -66,6 +66,11 @@ const u32 cim_verb_data[] = {
|
|||
0x02044003,
|
||||
0x0205000A,
|
||||
0x02047778,
|
||||
/* Widget node 0x20 - 5 */
|
||||
0x02050037,
|
||||
0x0204FE15,
|
||||
0x02050030,
|
||||
0x02041000,
|
||||
};
|
||||
|
||||
const u32 pc_beep_verbs[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue