--- linux/sound/sparc/cs4231.c 6 Mar 2004 17:30:24 -0000 1.10 +++ linux/sound/sparc/cs4231.c 16 Mar 2004 13:40:15 -0000 @@ -1570,7 +1570,7 @@ #ifdef EBUS_SUPPORT if (chip->flags & CS4231_FLAG_EBUS) { - snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_PCI, + snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(chip->dev_u.pdev) 64*1024, 128*1024); } else {