falco/slippy: Fix DMIC nid verb.
Set nid 0x12 instead of nid 0x05. The DMIC is on NIC 0x12. BUG=chrome-os-partner:19934 BRANCH=none TEST=yongjaek verified on Falco Change-Id: Ifc883b65a50aeec6a6d3ad02fe8418f124e6241d Signed-off-by: Dylan Reid <dgreid@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/58711 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Commit-Queue: Duncan Laurie <dlaurie@chromium.org> Tested-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Jay Kim <yongjaek@chromium.org> Tested-by: Jay Kim <yongjaek@chromium.org>
This commit is contained in:
parent
b605bca9ac
commit
5811d973b1
2 changed files with 8 additions and 8 deletions
|
|
@ -32,10 +32,10 @@ static const u32 mainboard_cim_verb_data[] = {
|
|||
/* Pin Widget Verb Table */
|
||||
|
||||
/* Pin Complex (NID 0x12) DMIC - interior mobile lid */
|
||||
0x00571c10,
|
||||
0x00571d10,
|
||||
0x00571ea6,
|
||||
0x00571fb7,
|
||||
0x01271c10,
|
||||
0x01271d10,
|
||||
0x01271ea6,
|
||||
0x01271fb7,
|
||||
|
||||
/* Pin Complex (NID 0x14) SPKR-OUT PORTD */
|
||||
0x01471c10, // group 1, front left/right
|
||||
|
|
|
|||
|
|
@ -32,10 +32,10 @@ static const u32 mainboard_cim_verb_data[] = {
|
|||
/* Pin Widget Verb Table */
|
||||
|
||||
/* Pin Complex (NID 0x12) DMIC - interior mobile lid */
|
||||
0x00571c10,
|
||||
0x00571d10,
|
||||
0x00571ea6,
|
||||
0x00571fb7,
|
||||
0x01271c10,
|
||||
0x01271d10,
|
||||
0x01271ea6,
|
||||
0x01271fb7,
|
||||
|
||||
/* Pin Complex (NID 0x14) SPKR-OUT PORTD */
|
||||
0x01471c10, // group 1, front left/right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue