commit | d93ca1ae61adf67104a78739b793b27a7886c489 | [log] [tgz] |
---|---|---|
author | guoyh <guoyh@marvell.com> | Mon May 07 15:34:24 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon May 07 12:55:35 2012 +0100 |
tree | 61fcf6336da0d5331fb4beb5d376fc7b5329b9d6 | |
parent | 3cb81651d070edfbea83eef763c3ca3c6f3848fd [diff] |
ASoC: pxa: allocate the SSP DMA parameters in startup 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>