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/es1938.c

    r34 r77  
    17501750                }
    17511751        }
    1752         if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401,
    1753                                 chip->mpu_port, 1, chip->irq, 0, &chip->rmidi) < 0) {
     1752        if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401,
     1753                                chip->mpu_port, MPU401_INFO_INTEGRATED,
     1754                                chip->irq, 0, &chip->rmidi) < 0) {
    17541755                printk(KERN_ERR "es1938: unable to initialize MPU-401\n");
    17551756        } else {
Note: See TracChangeset for help on using the changeset viewer.