ASoC: davinci-mcasp: Assign the dma_data earlier in dai_probe callback
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 1 Apr 2014 12:55:07 +0000 (15:55 +0300)
committerMark Brown <broonie@linaro.org>
Mon, 14 Apr 2014 16:24:10 +0000 (17:24 +0100)
commitd5902f693698076e5bda44cbfa999e9c02bb83ab
treee3d9b79d70e4fcefc26f5be98bf29d7acb666d3b
parent1a95d8d09ef7e40563afd587cce52868e3d076a0
ASoC: davinci-mcasp: Assign the dma_data earlier in dai_probe callback

Set up the playback_dma_data/capture_dma_data for the dai at probe
time since the generic dmaengine PCM stack needs to have access to
this information early.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/davinci/davinci-mcasp.c