Commit 607d982b authored by Takashi Iwai's avatar Takashi Iwai

[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: default avatarTakashi Iwai <tiwai@suse.de>
parent 2c3bf9ab
...@@ -1104,7 +1104,7 @@ static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev) ...@@ -1104,7 +1104,7 @@ static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev)
*/ */
static unsigned int azx_max_codecs[] __devinitdata = { static unsigned int azx_max_codecs[] __devinitdata = {
[AZX_DRIVER_ICH] = 3, [AZX_DRIVER_ICH] = 4, /* Some ICH9 boards use SD3 */
[AZX_DRIVER_SCH] = 3, [AZX_DRIVER_SCH] = 3,
[AZX_DRIVER_ATI] = 4, [AZX_DRIVER_ATI] = 4,
[AZX_DRIVER_ATIHDMI] = 4, [AZX_DRIVER_ATIHDMI] = 4,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment