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

    r455 r499  
    4040#include <linux/moduleparam.h>
    4141#include <linux/pci.h>
     42#include <linux/slab.h>
    4243#include <sound/core.h>
    4344#include <sound/sb.h>
     
    5960};
    6061
    61 static struct pci_device_id snd_cs5530_ids[] = {
     62static DEFINE_PCI_DEVICE_TABLE(snd_cs5530_ids) = {
    6263        {PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_AUDIO, PCI_ANY_ID,
    6364                                                        PCI_ANY_ID, 0, 0},
Note: See TracChangeset for help on using the changeset viewer.