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

    r426 r464  
    446446static struct pci_device_id snd_audiopci_ids[] = {
    447447#ifdef CHIP1370
    448         { 0x1274, 0x5000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* ES1370 */
     448        { PCI_VDEVICE(ENSONIQ, 0x5000), 0, },   /* ES1370 */
    449449#endif
    450450#ifdef CHIP1371
    451         { 0x1274, 0x1371, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* ES1371 */
    452         { 0x1274, 0x5880, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* ES1373 - CT5880 */
    453         { 0x1102, 0x8938, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },   /* Ectiva EV1938 */
     451        { PCI_VDEVICE(ENSONIQ, 0x1371), 0, },   /* ES1371 */
     452        { PCI_VDEVICE(ENSONIQ, 0x5880), 0, },   /* ES1373 - CT5880 */
     453        { PCI_VDEVICE(ECTIVA, 0x8938), 0, },    /* Ectiva EV1938 */
    454454#endif
    455455        { 0, }
Note: See TracChangeset for help on using the changeset viewer.