From 682eb5fe4da889079ff62f07c47a4cb91f4e5caa Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 18 May 2021 08:39:46 +0200 Subject: mb/google/drallion/var/drallion/hda_verb: Correct codec name in comment Correct the Realtek ALC3254 codec name in the comment. The name is used in the original commit message, and is also present in the Linux kernel (`sound/pci/hda/patch_realtek.c`). The file was an exact copy of `src/mainboard/google/sarien/variants/arcada/include/variant/hda_verb.h` added in commit 95370e1f (mb/google/sarien: Add HD Audio verb table). Change-Id: I43cd73a14e07eb4518e3d44b6f81dff5016da721 Fixes: e3443d87 ("mb/google/drallion: Add new mainboard") Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/54590 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- .../google/drallion/variants/drallion/include/variant/hda_verb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h b/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h index 83acbc2857..98615d91c7 100644 --- a/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h +++ b/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h @@ -7,7 +7,7 @@ const u32 cim_verb_data[] = { /* coreboot specific header */ - 0x10ec0295, // Codec Vendor / Device ID: Realtek ALC3204 + 0x10ec0295, // Codec Vendor / Device ID: Realtek ALC3254 0xffffffff, // Subsystem ID 0x0000002b, // Number of jacks (NID entries) -- cgit v1.2.3