Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187000
b: refs/heads/master
c: 7445dfc
h: refs/heads/master
v: v3
  • Loading branch information
Wei Ni authored and Takashi Iwai committed Mar 4, 2010
1 parent 0db576f commit decddcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28aedaf7bf6e4b629aea333978e8bb440bd1eb4f
refs/heads/master: 7445dfc159f90b4bc82fd7d898b53d74520e2f83
6 changes: 4 additions & 2 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 };
#define RIRB_INT_MASK 0x05

/* STATESTS int mask: S3,SD2,SD1,SD0 */
#define AZX_MAX_CODECS 4
#define AZX_MAX_CODECS 8
#define AZX_DEFAULT_CODECS 4
#define STATESTS_INT_MASK ((1 << AZX_MAX_CODECS) - 1)

/* SD_CTL bits */
Expand Down Expand Up @@ -1367,6 +1368,7 @@ static void azx_bus_reset(struct hda_bus *bus)

/* number of codec slots for each chipset: 0 = default slots (i.e. 4) */
static unsigned int azx_max_codecs[AZX_NUM_DRIVERS] __devinitdata = {
[AZX_DRIVER_NVIDIA] = 8,
[AZX_DRIVER_TERA] = 1,
};

Expand Down Expand Up @@ -1399,7 +1401,7 @@ static int __devinit azx_codec_create(struct azx *chip, const char *model)
codecs = 0;
max_slots = azx_max_codecs[chip->driver_type];
if (!max_slots)
max_slots = AZX_MAX_CODECS;
max_slots = AZX_DEFAULT_CODECS;

/* First try to probe all given codec slots */
for (c = 0; c < max_slots; c++) {
Expand Down

0 comments on commit decddcf

Please sign in to comment.