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

    r76 r77  
    28892889    /* TODO enable MIDI IRQ and I/O */
    28902890    err = snd_mpu401_uart_new(chip->card, 0, MPU401_HW_MPU401,
    2891                               chip->iobase + MPU401_DATA_PORT, 1,
     2891                              chip->iobase + MPU401_DATA_PORT,
     2892                              MPU401_INFO_INTEGRATED,
    28922893                              chip->irq, 0, &chip->rmidi);
    28932894    if (err < 0)
Note: See TracChangeset for help on using the changeset viewer.