summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/ux500_msp_dai.h
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-05-25 17:37:45 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:00:53 +0100
commit78947a7a8e63121b2887a60d896a0b37603c4398 (patch)
tree51692d5fc364ea1a9bfbaad24afbf0db98787918 /sound/soc/ux500/ux500_msp_dai.h
parent05d6eab7258e075c13b8601523643434f04a252a (diff)
ux500-ASoC: Update ux500 driver to use dmaengine
ST-Ericsson Linux next: 342252 ST-Ericsson ID: 342253 ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Robert Marklund <robert.marklund@stericsson.com> Change-Id: I6d0b04aaa9f3e0d170cb3dd2510960f606c4435f Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24728 Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Diffstat (limited to 'sound/soc/ux500/ux500_msp_dai.h')
-rw-r--r--sound/soc/ux500/ux500_msp_dai.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.h b/sound/soc/ux500/ux500_msp_dai.h
index 36aaa386c6a..64a23506bca 100644
--- a/sound/soc/ux500/ux500_msp_dai.h
+++ b/sound/soc/ux500/ux500_msp_dai.h
@@ -67,8 +67,8 @@ extern struct snd_soc_dai ux500_msp_dai[UX500_NBR_OF_DAI];
bool ux500_msp_dai_i2s_get_underrun_status(int dai_idx);
dma_addr_t ux500_msp_dai_i2s_get_pointer(int dai_idx, int stream_id);
int ux500_msp_dai_i2s_configure_sg(dma_addr_t dma_addr,
- int sg_len,
- int sg_size,
+ int perod_cnt,
+ size_t period_len,
int dai_idx,
int stream_id);
int ux500_msp_dai_i2s_send_data(void *data, size_t bytes, int dai_idx);