Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113013
b: refs/heads/master
c: 12b1c03
h: refs/heads/master
i:
  113011: ce600b5
v: v3
  • Loading branch information
David S. Miller committed Aug 29, 2008
1 parent 56da1f0 commit 34de319
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2bd320f89d417c370f4cf45470d102332c25ea24
refs/heads/master: 12b1c03df10da61e222b86f0e1ece9cdb2a909d6
6 changes: 3 additions & 3 deletions trunk/sound/sparc/cs4231.c
Original file line number Diff line number Diff line change
Expand Up @@ -1784,9 +1784,9 @@ 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)
{
snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_SBUS,
snd_dma_sbus_data(chip->dev_u.sdev),
64 * 1024, 128 * 1024);
snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
&chip->dev_u.sdev->ofdev.dev,
64 * 1024, 128 * 1024);
}

/*
Expand Down

0 comments on commit 34de319

Please sign in to comment.