diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-06-04 06:41:21 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-06-06 05:54:13 -0400 |
commit | 607d982bbea2a14b5b77cc7689f509d588e1e6da (patch) | |
tree | d9ed9561cc6a7fb94225d41d927d92a62569ac4f /sound/pci/hda/hda_intel.c | |
parent | 2c3bf9abb11dd8050cd2d153917d1746c8d5af05 (diff) |
[ALSA] hda - increase max_codecs of ICH to 4
It turned out that some ICH9-based boards use SD3 for the audio codec
where the current driver code doesn't probe. Since we have a better
codec slot check now, it must be safe to increase this to 4.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | 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 6e2dc4f5ca7a..dc68709e7569 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1104,7 +1104,7 @@ static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev) | |||
1104 | */ | 1104 | */ |
1105 | 1105 | ||
1106 | static unsigned int azx_max_codecs[] __devinitdata = { | 1106 | static unsigned int azx_max_codecs[] __devinitdata = { |
1107 | [AZX_DRIVER_ICH] = 3, | 1107 | [AZX_DRIVER_ICH] = 4, /* Some ICH9 boards use SD3 */ |
1108 | [AZX_DRIVER_SCH] = 3, | 1108 | [AZX_DRIVER_SCH] = 3, |
1109 | [AZX_DRIVER_ATI] = 4, | 1109 | [AZX_DRIVER_ATI] = 4, |
1110 | [AZX_DRIVER_ATIHDMI] = 4, | 1110 | [AZX_DRIVER_ATIHDMI] = 4, |