Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206699
b: refs/heads/master
c: b961923
h: refs/heads/master
i:
  206697: 2604952
  206695: b96bb65
v: v3
  • Loading branch information
Ondrej Zary authored and Takashi Iwai committed Aug 4, 2010
1 parent 428e344 commit 500a7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd2f8c2f811b14f97a572edb0da4cfe776e20052
refs/heads/master: b9619230e1f55a763bc41848c1cd971a394c878c
4 changes: 2 additions & 2 deletions trunk/sound/pci/als4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,9 @@ static void snd_als4000_configure(struct snd_sb *chip)
/* SPECS_PAGE: 39 */
for (i = ALS4K_GCR91_DMA0_ADDR; i <= ALS4K_GCR96_DMA3_MODE_COUNT; ++i)
snd_als4k_gcr_write(chip, i, 0);

/* enable burst mode to prevent dropouts during high PCI bus usage */
snd_als4k_gcr_write(chip, ALS4K_GCR99_DMA_EMULATION_CTRL,
snd_als4k_gcr_read(chip, ALS4K_GCR99_DMA_EMULATION_CTRL));
snd_als4k_gcr_read(chip, ALS4K_GCR99_DMA_EMULATION_CTRL) | 0x04);
spin_unlock_irq(&chip->reg_lock);
}

Expand Down

0 comments on commit 500a7de

Please sign in to comment.