Ignore:
Timestamp:
Apr 21, 2008, 2:52:19 AM (17 years ago)
Author:
Brendan Oakley
Message:

alsa-resync1 branch merged to ALSA 1.0.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c

    r300 r348  
    108108MODULE_PARM(ac97_quirk, "1-" __MODULE_STRING(SNDRV_CARDS) "i");
    109109MODULE_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");
     110MODULE_PARM_SYNTAX(ac97_quirk, SNDRV_ENABLED ",allows:{{-1,4}},dialog:list,default:-1");
    111111#ifdef SUPPORT_JOYSTICK
    112112MODULE_PARM(joystick, "1-" __MODULE_STRING(SNDRV_CARDS) "i");
     
    862862
    863863    if ((status & chip->int_sta_mask) == 0) {
    864         static int err_count = 10;
    865864        if (status) {
    866865            /* ack */
     
    29822981        /* workaround for 440MX */
    29832982        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);
    29852984    int_sta_masks = 0;
    29862985    for (i = 0; i < chip->bdbars_count; i++) {
     
    32373236    pci_read_config_word(pci, 0xe6, &val);
    32383237#ifdef SUPPORT_JOYSTICK
     3238        val &= ~0x100;
    32393239    if (joystick[dev]) {
    32403240        if (! request_region(ich_gameport.io, 8, "ICH gameport")) {
     
    32493249#endif
    32503250#ifdef SUPPORT_MIDI
     3251        val &= ~0x20;
    32513252    if (mpu_port[dev] > 0) {
    32523253        if (mpu_port[dev] == 0x300 || mpu_port[dev] == 0x330) {
Note: See TracChangeset for help on using the changeset viewer.