ASoC: Add new parameter to s3c24xx_pcm_enqueue
authorDavid Anders <dave123_aml@yahoo.com>
Wed, 5 Nov 2008 15:39:47 +0000 (07:39 -0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 5 Nov 2008 22:11:31 +0000 (22:11 +0000)
commit8dc840f88d9c9f75f46d5dbe489242f8a114fab6
tree4d8a92f8ee7af935bb9d211f0e02ceeb6591b69f
parentea913940c39a61214c799cc7093d7b20fe11a94c
ASoC: Add new parameter to s3c24xx_pcm_enqueue

The S3C24xx dma does not allow more than one buffer to be enqueue prior to
the dma transfers starting. This patch adds an additional parameter to
s3c24xx_pcm_enqueue() to allow for passing an initial dma maximum load
value.

Signed-off-by: David Anders <danders at amltd.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c24xx-pcm.c