Changeset 315 for GPL/branches
- Timestamp:
- Mar 24, 2008, 9:54:25 AM (17 years ago)
- Location:
- GPL/branches/uniaud-2.0/alsa-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/alsa-kernel/include/sound/config.h
r314 r315 580 580 #define pci_dev_present(x) snd_pci_dev_present(x) 581 581 582 /* definitions for functions in pci_iomap_compat.c */ 583 #ifndef fastcall 584 #define fastcall 585 #endif 586 587 unsigned int fastcall ioread8(void __iomem *addr); 588 unsigned int fastcall ioread16(void __iomem *addr); 589 unsigned int fastcall ioread32(void __iomem *addr); 590 void fastcall iowrite8(u8 val, void __iomem *addr); 591 void fastcall iowrite16(u16 val, void __iomem *addr); 592 void fastcall iowrite32(u32 val, void __iomem *addr); 593 void __iomem *ioport_map(unsigned long port, unsigned int nr); 594 void ioport_unmap(void __iomem *addr); 595 void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen); 596 void pci_iounmap(struct pci_dev *dev, void __iomem * addr); 597 582 598 #endif //__ALSA_CONFIG_H__ -
GPL/branches/uniaud-2.0/alsa-kernel/pci/hda/hda_local.h
r305 r315 133 133 struct hda_bind_ctls { 134 134 struct hda_ctl_ops *ops; 135 #ifndef TARGET_OS2 135 136 long values[]; 137 #else 138 unsigned long values[]; 139 #endif 136 140 }; 137 141
Note:
See TracChangeset
for help on using the changeset viewer.