diff options
-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 6eeefda63838..170126c28abd 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -261,7 +261,7 @@ enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 }; | |||
261 | /* max buffer size - no h/w limit, you can increase as you like */ | 261 | /* max buffer size - no h/w limit, you can increase as you like */ |
262 | #define AZX_MAX_BUF_SIZE (1024*1024*1024) | 262 | #define AZX_MAX_BUF_SIZE (1024*1024*1024) |
263 | /* max number of PCM devics per card */ | 263 | /* max number of PCM devics per card */ |
264 | #define AZX_MAX_PCMS 8 | 264 | #define AZX_MAX_PCMS 10 |
265 | 265 | ||
266 | /* RIRB int mask: overrun[2], response[0] */ | 266 | /* RIRB int mask: overrun[2], response[0] */ |
267 | #define RIRB_INT_RESPONSE 0x01 | 267 | #define RIRB_INT_RESPONSE 0x01 |