Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167072
b: refs/heads/master
c: 1d4efa6
h: refs/heads/master
v: v3
  • Loading branch information
Robert Hancock authored and Takashi Iwai committed Oct 8, 2009
1 parent 2f0e103 commit 63a234c
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: 8dce39b8955be6164172cb6204ef8fc21de27431
refs/heads/master: 1d4efa6650454177afe30ad97283ff78572d0442
4 changes: 2 additions & 2 deletions trunk/sound/pci/ice1712/ice1724.c
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ static int __devinit snd_vt1724_pcm_spdif(struct snd_ice1712 *ice, int device)

snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
snd_dma_pci_data(ice->pci),
64*1024, 64*1024);
256*1024, 256*1024);

ice->pcm = pcm;

Expand Down Expand Up @@ -1408,7 +1408,7 @@ static int __devinit snd_vt1724_pcm_indep(struct snd_ice1712 *ice, int device)

snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
snd_dma_pci_data(ice->pci),
64*1024, 64*1024);
256*1024, 256*1024);

ice->pcm_ds = pcm;

Expand Down

0 comments on commit 63a234c

Please sign in to comment.