Loading sound/sparc/cs4231.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1784,8 +1784,8 @@ static unsigned int sbus_dma_addr(struct cs4231_dma_control *dma_cont) static void sbus_dma_preallocate(struct snd_cs4231 *chip, struct snd_pcm *pcm) static void sbus_dma_preallocate(struct snd_cs4231 *chip, struct snd_pcm *pcm) { { snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_SBUS, snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, snd_dma_sbus_data(chip->dev_u.sdev), &chip->dev_u.sdev->ofdev.dev, 64 * 1024, 128 * 1024); 64 * 1024, 128 * 1024); } } Loading Loading
sound/sparc/cs4231.c +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1784,8 +1784,8 @@ static unsigned int sbus_dma_addr(struct cs4231_dma_control *dma_cont) static void sbus_dma_preallocate(struct snd_cs4231 *chip, struct snd_pcm *pcm) static void sbus_dma_preallocate(struct snd_cs4231 *chip, struct snd_pcm *pcm) { { snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_SBUS, snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV, snd_dma_sbus_data(chip->dev_u.sdev), &chip->dev_u.sdev->ofdev.dev, 64 * 1024, 128 * 1024); 64 * 1024, 128 * 1024); } } Loading