Ignore:
Timestamp:
Jul 5, 2010, 11:51:20 AM (15 years ago)
Author:
Paul Smedley
Message:

Update Uniaud32-2.1.x branch with necessary changes for ALSA 1.0.23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/als4000.c

    r426 r499  
    6969#include <linux/init.h>
    7070#include <linux/pci.h>
    71 #include <linux/slab.h>
    7271#include <linux/gameport.h>
    7372#include <linux/moduleparam.h>
     
    118117};
    119118
    120 static struct pci_device_id snd_als4000_ids[] = {
     119static DEFINE_PCI_DEVICE_TABLE(snd_als4000_ids) = {
    121120        { 0x4005, 0x4000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* ALS4000 */
    122121        { 0, }
Note: See TracChangeset for help on using the changeset viewer.