Changeset 348 for GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Apr 21, 2008, 2:52:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c
r300 r348 108 108 MODULE_PARM(ac97_quirk, "1-" __MODULE_STRING(SNDRV_CARDS) "i"); 109 109 MODULE_PARM_DESC(ac97_quirk, "AC'97 workaround for strange hardware."); 110 MODULE_PARM_SYNTAX(ac97_quirk, SNDRV_ENABLED ",allows:{{-1, 3}},dialog:list,default:-1");110 MODULE_PARM_SYNTAX(ac97_quirk, SNDRV_ENABLED ",allows:{{-1,4}},dialog:list,default:-1"); 111 111 #ifdef SUPPORT_JOYSTICK 112 112 MODULE_PARM(joystick, "1-" __MODULE_STRING(SNDRV_CARDS) "i"); … … 862 862 863 863 if ((status & chip->int_sta_mask) == 0) { 864 static int err_count = 10;865 864 if (status) { 866 865 /* ack */ … … 2982 2981 /* workaround for 440MX */ 2983 2982 if (chip->fix_nocache) 2984 fill_nocache(chip->bdbars , chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2, 1);2983 fill_nocache(chip->bdbars.area, chip->bdbars.bytes, 1); 2985 2984 int_sta_masks = 0; 2986 2985 for (i = 0; i < chip->bdbars_count; i++) { … … 3237 3236 pci_read_config_word(pci, 0xe6, &val); 3238 3237 #ifdef SUPPORT_JOYSTICK 3238 val &= ~0x100; 3239 3239 if (joystick[dev]) { 3240 3240 if (! request_region(ich_gameport.io, 8, "ICH gameport")) { … … 3249 3249 #endif 3250 3250 #ifdef SUPPORT_MIDI 3251 val &= ~0x20; 3251 3252 if (mpu_port[dev] > 0) { 3252 3253 if (mpu_port[dev] == 0x300 || mpu_port[dev] == 0x330) {
Note:
See TracChangeset
for help on using the changeset viewer.