Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178109
b: refs/heads/master
c: d494643
h: refs/heads/master
i:
  178107: 0aa9c03
v: v3
  • Loading branch information
Takashi Iwai committed Dec 18, 2009
1 parent f386785 commit fd398e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3e85fd614c7b6bb7f33bb04a0dcb5a3bfca4c0fe
refs/heads/master: d49464318a7c51676c44cbd1e2480f651cc43807
2 changes: 1 addition & 1 deletion trunk/sound/arm/aaci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ static int __devinit aaci_init_pcm(struct aaci *aaci)
snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &aaci_playback_ops);
snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &aaci_capture_ops);
snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
NULL, 0, 64 * 104);
NULL, 0, 64 * 1024);
}

return ret;
Expand Down

0 comments on commit fd398e5

Please sign in to comment.