ASoC: pxa: allocate the SSP DMA parameters in startup
authorguoyh <guoyh@marvell.com>
Mon, 7 May 2012 07:34:24 +0000 (15:34 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 7 May 2012 11:55:35 +0000 (12:55 +0100)
Allocating the SSP DMA parameters in startup, freeing it in
shutdown instead of freeing and re-allocating it in hw_params.
After doing that, the logic is clear and more safe.

Signed-off-by: guoyh <guoyh@marvell.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found