aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/h8qgi/sb700_cfg.c5
-rw-r--r--src/mainboard/supermicro/h8qgi/sb700_cfg.h6
-rw-r--r--src/mainboard/supermicro/h8scm/sb700_cfg.c5
-rw-r--r--src/mainboard/supermicro/h8scm/sb700_cfg.h6
4 files changed, 18 insertions, 4 deletions
diff --git a/src/mainboard/supermicro/h8qgi/sb700_cfg.c b/src/mainboard/supermicro/h8qgi/sb700_cfg.c
index 54c139ab13..ff2334f4e5 100644
--- a/src/mainboard/supermicro/h8qgi/sb700_cfg.c
+++ b/src/mainboard/supermicro/h8qgi/sb700_cfg.c
@@ -126,7 +126,10 @@ void sb700_cimx_config(AMDSBCFG *sb_config)
/* Azalia HDA */
sb_config->AzaliaController = AZALIA_CONTROLLER;
sb_config->AzaliaPinCfg = AZALIA_PIN_CONFIG;
- sb_config->AzaliaSdin0 = AZALIA_SDIN_PIN;
+ sb_config->AzaliaSdin0 = AZALIA_SDIN_PIN_0;
+ sb_config->AzaliaSdin1 = AZALIA_SDIN_PIN_1;
+ sb_config->AzaliaSdin2 = AZALIA_SDIN_PIN_2;
+ sb_config->AzaliaSdin3 = AZALIA_SDIN_PIN_3;
sb_config->pAzaliaOemCodecTablePtr = NULL;
#ifndef __PRE_RAM__
diff --git a/src/mainboard/supermicro/h8qgi/sb700_cfg.h b/src/mainboard/supermicro/h8qgi/sb700_cfg.h
index a3e5a389c6..1df3fc5ea9 100644
--- a/src/mainboard/supermicro/h8qgi/sb700_cfg.h
+++ b/src/mainboard/supermicro/h8qgi/sb700_cfg.h
@@ -192,7 +192,11 @@
*/
#ifndef AZALIA_SDIN_PIN
//#define AZALIA_SDIN_PIN 0xAA
-#define AZALIA_SDIN_PIN 0x2A
+#define AZALIA_SDIN_PIN
+#define AZALIA_SDIN_PIN_0 0x2
+#define AZALIA_SDIN_PIN_1 0x2
+#define AZALIA_SDIN_PIN_2 0x2
+#define AZALIA_SDIN_PIN_3 0x0
#endif
/**
diff --git a/src/mainboard/supermicro/h8scm/sb700_cfg.c b/src/mainboard/supermicro/h8scm/sb700_cfg.c
index 12169e6be4..c03a501379 100644
--- a/src/mainboard/supermicro/h8scm/sb700_cfg.c
+++ b/src/mainboard/supermicro/h8scm/sb700_cfg.c
@@ -126,7 +126,10 @@ void sb700_cimx_config(AMDSBCFG *sb_config)
/* Azalia HDA */
sb_config->AzaliaController = AZALIA_CONTROLLER;
sb_config->AzaliaPinCfg = AZALIA_PIN_CONFIG;
- sb_config->AzaliaSdin0 = AZALIA_SDIN_PIN;
+ sb_config->AzaliaSdin0 = AZALIA_SDIN_PIN_0;
+ sb_config->AzaliaSdin1 = AZALIA_SDIN_PIN_1;
+ sb_config->AzaliaSdin2 = AZALIA_SDIN_PIN_2;
+ sb_config->AzaliaSdin3 = AZALIA_SDIN_PIN_3;
sb_config->pAzaliaOemCodecTablePtr = NULL;
#ifndef __PRE_RAM__
diff --git a/src/mainboard/supermicro/h8scm/sb700_cfg.h b/src/mainboard/supermicro/h8scm/sb700_cfg.h
index eca355f969..40c89fa59f 100644
--- a/src/mainboard/supermicro/h8scm/sb700_cfg.h
+++ b/src/mainboard/supermicro/h8scm/sb700_cfg.h
@@ -192,7 +192,11 @@
*/
#ifndef AZALIA_SDIN_PIN
//#define AZALIA_SDIN_PIN 0xAA
-#define AZALIA_SDIN_PIN 0x2A
+#define AZALIA_SDIN_PIN
+#define AZALIA_SDIN_PIN_0 0x2
+#define AZALIA_SDIN_PIN_1 0x2
+#define AZALIA_SDIN_PIN_2 0x2
+#define AZALIA_SDIN_PIN_3 0x0
#endif
/**