summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-10-08 08:49:13 +0200
committerTakashi Iwai <tiwai@suse.de>2009-10-08 08:49:13 +0200
commit348f88c33eb70183c4e23b3ad8c413e8e1c2dd00 (patch)
tree4b548d6ec93df592dbd1498e7410817c0c126f4b /sound
parent88e3cddc99ae86339e04d403290e50fdce3ab557 (diff)
parent3996b482af72ce2c315a6dba3f8a7c2194ea6653 (diff)
Merge branch 'fix/misc' into for-next
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/ice1712/ice1724.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index 28ca8a48c62f..3455cc5c6407 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -1328,7 +1328,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;
@@ -1442,7 +1442,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;