Changeset 598 for GPL/trunk/alsa-kernel/pci/atiixp.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/pci/atiixp.c
r522 r598 61 61 62 62 /* just for backward compatibility */ 63 static int enable;63 //static int enable; 64 64 module_param(enable, bool, 0444); 65 65 … … 287 287 /* 288 288 */ 289 static struct pci_device_id snd_atiixp_ids[]= {289 static DEFINE_PCI_DEVICE_TABLE(snd_atiixp_ids) = { 290 290 { PCI_VDEVICE(ATI, 0x4341), 0 }, /* SB200 */ 291 291 { PCI_VDEVICE(ATI, 0x4361), 0 }, /* SB300 */ … … 298 298 299 299 static struct snd_pci_quirk atiixp_quirks[] __devinitdata = { 300 SND_PCI_QUIRK(0x105b, 0x0c81, "Foxconn RC4107MA-RS2", 0), 300 301 SND_PCI_QUIRK(0x15bd, 0x3100, "DFI RS482", 0), 301 302 {0} /* terminator */ … … 374 375 } 375 376 376 377 if (dma->periods == periods && dma->period_bytes == period_bytes) { 377 378 writel((u32)dma->desc_buf.addr | ATI_REG_LINKPTR_EN, 378 379 (char*)chip->remap_addr + dma->ops->llp_offset);
Note:
See TracChangeset
for help on using the changeset viewer.