Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 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/atiixp.c

    r522 r598  
    6161
    6262/* just for backward compatibility */
    63 static int enable;
     63//static int enable;
    6464module_param(enable, bool, 0444);
    6565
     
    287287/*
    288288 */
    289 static struct pci_device_id snd_atiixp_ids[] = {
     289static DEFINE_PCI_DEVICE_TABLE(snd_atiixp_ids) = {
    290290        { PCI_VDEVICE(ATI, 0x4341), 0 }, /* SB200 */
    291291        { PCI_VDEVICE(ATI, 0x4361), 0 }, /* SB300 */
     
    298298
    299299static struct snd_pci_quirk atiixp_quirks[] __devinitdata = {
     300        SND_PCI_QUIRK(0x105b, 0x0c81, "Foxconn RC4107MA-RS2", 0),
    300301        SND_PCI_QUIRK(0x15bd, 0x3100, "DFI RS482", 0),
    301302        {0} /* terminator */
     
    374375        }
    375376
    376         if (dma->periods == periods && dma->period_bytes == period_bytes) {
     377        if (dma->periods == periods && dma->period_bytes == period_bytes) {
    377378                writel((u32)dma->desc_buf.addr | ATI_REG_LINKPTR_EN,
    378379                        (char*)chip->remap_addr + dma->ops->llp_offset);
Note: See TracChangeset for help on using the changeset viewer.