aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 22:47:24 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-09 23:46:15 +0000
commit3c055316321e4ab48b41d2258e9625a4cbe4c320 (patch)
treea132c597ad5bc12bcc9d842f8c031881316826cf /src/southbridge/intel/i82801gx
parent2047588de5d0fc12cbc7515f7efa8a9ebe8b0be0 (diff)
sb/intel/i82801gx/azalia.c: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I0fbdf8d7a3d89fefcd321dc3ba4ddd82c309e667 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43228 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/southbridge/intel/i82801gx')
-rw-r--r--src/southbridge/intel/i82801gx/azalia.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/southbridge/intel/i82801gx/azalia.c b/src/southbridge/intel/i82801gx/azalia.c
index 91f58570a8..cea75bd901 100644
--- a/src/southbridge/intel/i82801gx/azalia.c
+++ b/src/southbridge/intel/i82801gx/azalia.c
@@ -252,17 +252,6 @@ static void azalia_init(struct device *dev)
reg8 = pci_read_config8(dev, 0x4d); // Docking Status
reg8 &= ~(1 << 7); // Docking not supported
pci_write_config8(dev, 0x4d, reg8);
-#if 0
- /* Set routing pin */
- pci_write_config32(dev, 0xf8, 0x0);
- pci_write_config8(dev, 0xfc, 0xAA);
-
- /* Set INTA */
- pci_write_config8(dev, 0x63, 0x0);
-
- /* Enable azalia, disable ac97 */
- // pm_iowrite(0x59, 0xB);
-#endif
res = find_resource(dev, 0x10);
if (!res)