mb/prodrive/hermes: Disable HDA codec Port E by default on R04+
If the board settings aren't valid, Port E uses the settings for earlier board revisions, which is undesired. Disable Port E by default on R04+. Change-Id: I03bd50b915a2120283b77179debaa735bb7ef027 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51529 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
791097834b
commit
a12e16233b
|
@ -9,6 +9,7 @@
|
|||
static const u32 r04_verb_data[] = {
|
||||
AZALIA_PIN_CFG(0, 0x19, 0x02a19c20), /* PORT F - front mic in */
|
||||
AZALIA_PIN_CFG(0, 0x1a, 0x01813c51), /* PORT C - rear line in (mic support) */
|
||||
AZALIA_PIN_CFG(0, 0x1b, 0x411111f0), /* PORT E - disabled */
|
||||
AZALIA_PIN_CFG(0, 0x15, 0x411111f0), /* PORT A - disabled */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue