Ignore:
Timestamp:
Feb 24, 2008, 8:18:08 PM (17 years ago)
Author:
Brendan Oakley
Message:

Merged to ALSA 1.0.3

Location:
GPL/branches/alsa-resync1/alsa-kernel/isa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/isa/es1688/es1688.c

    r290 r300  
    148148        }
    149149
    150         if (xmpu_irq >= 0) {
     150        if (xmpu_irq >= 0 && xmpu_irq != SNDRV_AUTO_IRQ && chip->mpu_port > 0) {
    151151                if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_ES1688,
    152152                                               chip->mpu_port, 0,
  • GPL/branches/alsa-resync1/alsa-kernel/isa/gus/interwave.c

    r290 r300  
    164164        /* Panasonic PCA761AW Audio Card */
    165165        { .id = "ADV55ff", .devs = { { .id = "ADV0010" } } },
     166        /* InterWave STB without TEA6330T */
     167        { .id = "ADV550a", .devs = { { .id = "ADV0010" } } },
    166168#else
    167169        /* InterWave STB with TEA6330T */
Note: See TracChangeset for help on using the changeset viewer.