diff options
author | Dylan Reid <dgreid@chromium.org> | 2013-06-14 11:50:35 -0700 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-12-02 07:52:28 +0100 |
commit | 38ad4911f60fed70b703782b2b40324bed121f38 (patch) | |
tree | 9eadb8179110d51fa234b5d3a0a58abf9f51bf45 /src/mainboard | |
parent | c7633f4f5e3693c005791006e6cc788b218770c7 (diff) |
falco/slippy: Fix DMIC nid verb.
Set nid 0x12 instead of nid 0x05. The DMIC is on NIC 0x12.
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>
Reviewed-on: http://review.coreboot.org/4246
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/falco/hda_verb.h | 8 | ||||
-rw-r--r-- | src/mainboard/google/slippy/hda_verb.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/google/falco/hda_verb.h b/src/mainboard/google/falco/hda_verb.h index 3866a51f50..958b6c23de 100644 --- a/src/mainboard/google/falco/hda_verb.h +++ b/src/mainboard/google/falco/hda_verb.h @@ -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 diff --git a/src/mainboard/google/slippy/hda_verb.h b/src/mainboard/google/slippy/hda_verb.h index 3866a51f50..958b6c23de 100644 --- a/src/mainboard/google/slippy/hda_verb.h +++ b/src/mainboard/google/slippy/hda_verb.h @@ -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 |