mb/purism/librem_cnl: Fix HDA verb NID count for Librem Mini

Fix off-by-1 count of NID entries.

Change-Id: I65f70d084022c99233144b460542a793eae2acf3
Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49106
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Matt DeVillier 2020-12-14 21:11:54 -06:00 committed by Michael Niewöhner
parent b8cf0394fb
commit f14e663cc4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
const u32 cim_verb_data[] = {
0x10ec0269, /* Codec Vendor/Device ID: Realtek ALC293 */
0x10ec0000, /* Subsystem ID */
11, /* Number of entries */
10, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x10ec0000),
AZALIA_PIN_CFG(0, 0x12, 0x40000000),