Ignore:
Timestamp:
Oct 8, 2009, 10:35:00 AM (16 years ago)
Author:
Paul Smedley
Message:

Update ALSA kernel to 1.0.21 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/cs46xx/cs46xx.c

    r410 r464  
    6969
    7070static struct pci_device_id snd_cs46xx_ids[] = {
    71         { 0x1013, 0x6001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* CS4280 */
    72         { 0x1013, 0x6003, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* CS4612 */
    73         { 0x1013, 0x6004, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* CS4615 */
     71        { PCI_VDEVICE(CIRRUS, 0x6001), 0, },   /* CS4280 */
     72        { PCI_VDEVICE(CIRRUS, 0x6003), 0, },   /* CS4612 */
     73        { PCI_VDEVICE(CIRRUS, 0x6004), 0, },   /* CS4615 */
    7474        { 0, }
    7575};
Note: See TracChangeset for help on using the changeset viewer.