Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (9 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/cs5530.c

    r455 r598  
    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.