Ignore:
Timestamp:
May 16, 2020, 10:05:07 AM (5 years ago)
Author:
Paul Smedley
Message:

Commit 3..102 changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-linux-3.2.102/alsa-kernel/isa/cmi8330.c

    r598 r612  
    4848#include <linux/isa.h>
    4949#include <linux/pnp.h>
    50 #include <linux/moduleparam.h>
     50#include <linux/module.h>
    5151#include <sound/core.h>
    5252#include <sound/wss.h>
     
    598598                if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401,
    599599                                        mpuport[dev], 0, mpuirq[dev],
    600                                         IRQF_DISABLED, NULL) < 0)
     600                                        NULL) < 0)
    601601                        printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n",
    602602                                mpuport[dev]);
Note: See TracChangeset for help on using the changeset viewer.