Changeset 130 for GPL/trunk/alsa-kernel/pci/hda
- Timestamp:
- Jun 12, 2007, 11:32:16 PM (18 years ago)
- File:
-
- 1 edited
-
GPL/trunk/alsa-kernel/pci/hda/hda_intel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/hda/hda_intel.c
r86 r130 398 398 * Compiler should optimize and eliminate the code if dma_addr_t is 32bit 399 399 */ 400 #define upper_32bit(addr) (sizeof(addr) > 4 ? (u32)(( addr) >> 32) : (u32)0)400 #define upper_32bit(addr) (sizeof(addr) > 4 ? (u32)(((unsigned long long)addr) >> 32) : (u32)0) 401 401 402 402 static int azx_acquire_irq(struct azx *chip, int do_disconnect);
Note:
See TracChangeset
for help on using the changeset viewer.
