From aea6cd7b7830acd4412779bd097c7ef5dc18bfdf Mon Sep 17 00:00:00 2001
From: Daniel Chen <crimsun@Box.ncat.edu>
Date: Thu, 31 May 2007 21:38:31 -0400
Subject: [PATCH] Revert "UBUNTU: sound/pci/hda/: Forcibly set the maximum number of codecs (hda_intel.c)"
Bug: 83015
Bug: 88570
Bug: 89889
Bug: 118169

This reverts commit d8f18e83ea5ef15ab519f6bf03cccb3bdeb2e469.

Upstream has a more appropriate fix for this issue (SB450-based), but
we need to merge it in four parts.  This revert is the first part.

Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
---
 sound/pci/hda/hda_intel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 7141c97..d8c9e90 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -198,7 +198,7 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 };
 #define RIRB_INT_MASK		0x05
 
 /* STATESTS int mask: SD2,SD1,SD0 */
-#define AZX_MAX_CODECS		4
+#define AZX_MAX_CODECS		3
 #define STATESTS_INT_MASK	0x07
 
 /* SD_CTL bits */
-- 
1.5.2

