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

Update ALSA kernel to 1.0.21 level

Location:
GPL/trunk/alsa-kernel/pci/emu10k1
Files:
4 edited

Legend:

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

    r410 r464  
    8484 */
    8585static struct pci_device_id snd_emu10k1_ids[] = {
    86         { 0x1102, 0x0002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },    /* EMU10K1 */
    87         { 0x1102, 0x0004, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },    /* Audigy */
    88         { 0x1102, 0x0008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },    /* Audigy 2 Value SB0400 */
     86        { PCI_VDEVICE(CREATIVE, 0x0002), 0 },   /* EMU10K1 */
     87        { PCI_VDEVICE(CREATIVE, 0x0004), 1 },   /* Audigy */
     88        { PCI_VDEVICE(CREATIVE, 0x0008), 1 },   /* Audigy 2 Value SB0400 */
    8989        { 0, }
    9090};
  • GPL/trunk/alsa-kernel/pci/emu10k1/emu10k1x.c

    r426 r464  
    859859
    860860        pcm->info_flags = 0;
    861         pcm->dev_subclass = SNDRV_PCM_SUBCLASS_GENERIC_MIX;
    862861        switch(device) {
    863862        case 0:
     
    16131612// PCI IDs
    16141613static struct pci_device_id snd_emu10k1x_ids[] = {
    1615         { 0x1102, 0x0006, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },    /* Dell OEM version (EMU10K1) */
     1614        { PCI_VDEVICE(CREATIVE, 0x0006), 0 },   /* Dell OEM version (EMU10K1) */
    16161615        { 0, }
    16171616};
  • GPL/trunk/alsa-kernel/pci/emu10k1/emupcm.c

    r426 r464  
    17371737        .period_bytes_min =     1024,
    17381738        .period_bytes_max =     (128*1024),
    1739         .periods_min =          1,
     1739        .periods_min =          2,
    17401740        .periods_max =          1024,
    17411741        .fifo_size =            0,
  • GPL/trunk/alsa-kernel/pci/emu10k1/p16v.c

    r426 r464  
    645645        int capture=1;
    646646 
    647         /* snd_printk("KERN_DEBUG snd_p16v_pcm called. device=%d\n", device); */
     647        /* snd_printk(KERN_DEBUG "snd_p16v_pcm called. device=%d\n", device); */
    648648        emu->p16v_device_offset = device;
    649649        if (rpcm)
Note: See TracChangeset for help on using the changeset viewer.