Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92025
b: refs/heads/master
c: cf7aaca
h: refs/heads/master
i:
  92023: 13759fb
v: v3
  • Loading branch information
Takashi Iwai committed Apr 24, 2008
1 parent 28ffa4a commit 2bf6023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ce107b990d994a0fccea9b1e885b08a0daea495
refs/heads/master: cf7aaca8bae3a719db47ff6eca5f6f2f42eba05a
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,6 +1843,10 @@ static int __devinit azx_create(struct snd_card *card, struct pci_dev *pci,
gcap = azx_readw(chip, GCAP);
snd_printdd("chipset global capabilities = 0x%x\n", gcap);

/* allow 64bit DMA address if supported by H/W */
if ((gcap & 0x01) && !pci_set_dma_mask(pci, DMA_64BIT_MASK))
pci_set_consistent_dma_mask(pci, DMA_64BIT_MASK);

if (gcap) {
/* read number of streams from GCAP register instead of using
* hardcoded value
Expand Down

0 comments on commit 2bf6023

Please sign in to comment.