summaryrefslogtreecommitdiff
path: root/src/mainboard/apple/macbook21/hda_verb.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2019-12-06 00:31:22 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-12 15:09:51 +0000
commit3012948b395ddc3b3659701c1b0c7506988cb770 (patch)
tree80f31234f0cd657f555a94168a50ba44203ce595 /src/mainboard/apple/macbook21/hda_verb.c
parent9a0f09334356ed11a02202d3e024a72c62c9755d (diff)
downloadcoreboot-3012948b395ddc3b3659701c1b0c7506988cb770.tar.xz
mb/**/hda_verb.c: Clean up formatting
Change-Id: Ibe2d92990d0074266aa05ada749e9dad55e609a2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37541 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/apple/macbook21/hda_verb.c')
-rw-r--r--src/mainboard/apple/macbook21/hda_verb.c70
1 files changed, 12 insertions, 58 deletions
diff --git a/src/mainboard/apple/macbook21/hda_verb.c b/src/mainboard/apple/macbook21/hda_verb.c
index 3d87d3d882..0d4149cf06 100644
--- a/src/mainboard/apple/macbook21/hda_verb.c
+++ b/src/mainboard/apple/macbook21/hda_verb.c
@@ -17,80 +17,34 @@
#include <device/azalia_device.h>
const u32 cim_verb_data[] = {
- /* coreboot specific header */
0x83847680, /* Codec Vendor / Device ID: SigmaTel STAC9221 A1 */
-#if CONFIG(BOARD_APPLE_MACBOOK11) || \
- CONFIG(BOARD_APPLE_MACBOOK21)
+#if CONFIG(BOARD_APPLE_MACBOOK11) || CONFIG(BOARD_APPLE_MACBOOK21)
0x106b2200, /* Subsystem ID */
11, /* Number of 4 dword sets */
-
- /* NID 0x01: Subsystem ID. */
- AZALIA_SUBVENDOR(0x0, 0x106B2200),
-
- /* NID 0x0A. */
- AZALIA_PIN_CFG(0x0, 0x0A, 0x0321E21F),
-
- /* NID 0x0B. */
- AZALIA_PIN_CFG(0x0, 0x0B, 0x03A1E02E),
-
- /* NID 0x0C. */
- AZALIA_PIN_CFG(0x0, 0x0C, 0x9017E110),
-
- /* NID 0x0D. */
- AZALIA_PIN_CFG(0x0, 0x0D, 0x9017E11F),
-
- /* NID 0x0E. */
- AZALIA_PIN_CFG(0x0, 0x0E, 0x400000FE),
-
- /* NID 0x0F */
- AZALIA_PIN_CFG(0x0, 0x0F, 0x0381E020),
-
- /* NID 0x10 */
- AZALIA_PIN_CFG(0x0, 0x10, 0x1345E230),
-
- /* NID 0x11 */
- AZALIA_PIN_CFG(0x0, 0x11, 0x13C5E240),
-
- /* NID 0x15 */
- AZALIA_PIN_CFG(0x0, 0x15, 0x400000FC),
-
- /* NID 0x1B. */
- AZALIA_PIN_CFG(0x0, 0x1B, 0x400000FB),
+ AZALIA_SUBVENDOR(0x0, 0x106b2200),
+ AZALIA_PIN_CFG(0x0, 0x0a, 0x0321e21f),
+ AZALIA_PIN_CFG(0x0, 0x0b, 0x03a1e02e),
+ AZALIA_PIN_CFG(0x0, 0x0c, 0x9017e110),
+ AZALIA_PIN_CFG(0x0, 0x0d, 0x9017e11f),
+ AZALIA_PIN_CFG(0x0, 0x0e, 0x400000fe),
+ AZALIA_PIN_CFG(0x0, 0x0f, 0x0381e020),
+ AZALIA_PIN_CFG(0x0, 0x10, 0x1345e230),
+ AZALIA_PIN_CFG(0x0, 0x11, 0x13c5e240),
+ AZALIA_PIN_CFG(0x0, 0x15, 0x400000fc),
+ AZALIA_PIN_CFG(0x0, 0x1b, 0x400000fb),
#else /* CONFIG_BOARD_APPLE_IMAC52 */
0x106b0f00, /* Subsystem ID */
11, /* Number of 4 dword sets */
-
- /* NID 0x01: Subsystem ID. */
AZALIA_SUBVENDOR(0x0, 0x106b0f00),
-
- /* NID 0x0A. */
AZALIA_PIN_CFG(0x0, 0x0a, 0x012be032),
-
- /* NID 0x0B. */
AZALIA_PIN_CFG(0x0, 0x0b, 0x90afe111),
-
- /* NID 0x0C. */
AZALIA_PIN_CFG(0x0, 0x0c, 0x9017e131),
-
- /* NID 0x0D. */
AZALIA_PIN_CFG(0x0, 0x0d, 0x4080e10f),
-
- /* NID 0x0E. */
AZALIA_PIN_CFG(0x0, 0x0e, 0x40f0e00f),
-
- /* NID 0x0F */
AZALIA_PIN_CFG(0x0, 0x0f, 0x018be021),
-
- /* NID 0x10 */
AZALIA_PIN_CFG(0x0, 0x10, 0x114bf033),
-
- /* NID 0x11 */
AZALIA_PIN_CFG(0x0, 0x11, 0x11cbc022),
-
- /* NID 0x15 */
AZALIA_PIN_CFG(0x0, 0x15, 0x4080e10f),
-
- /* NID 0x1B. */
AZALIA_PIN_CFG(0x0, 0x1b, 0x4080e10f),
#endif