Ignore:
Timestamp:
Jul 23, 2006, 11:54:27 AM (19 years ago)
Author:
vladest
Message:

Provide sources to latest exist binary. See changelog for changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/ymfpci/ymfpci.c

    r35 r77  
    226226#if 1
    227227        if (chip->mpu_res) {
    228                 if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_YMFPCI,
    229                                                mpu_port[dev], 1,
    230                                                pci->irq, 0, &chip->rawmidi)) < 0) {
     228            if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_YMFPCI,
     229                                           mpu_port[dev],
     230                                           MPU401_INFO_INTEGRATED,
     231                                           pci->irq, 0, &chip->rawmidi)) < 0) {
    231232                        printk(KERN_WARNING "ymfpci: cannot initialize MPU401 at 0x%lx, skipping...\n", mpu_port[dev]);
    232233                        legacy_ctrl &= ~YMFPCI_LEGACY_MIEN; /* disable MPU401 irq */
Note: See TracChangeset for help on using the changeset viewer.