commit | 248bbb9079d7526648049c6c4a336eee395e96a2 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@linaro.org> | Tue Oct 18 21:27:29 2011 +0800 |
committer | Eric Miao <eric.miao@linaro.org> | Tue Oct 18 21:27:29 2011 +0800 |
tree | b4225170446c2baf538cbda0c9620e9ae4ae669d | |
parent | 4b3531836224e675931b031edd2ca7b8ade5b374 [diff] |
SAUCE: fix imx_pcm_new() to allocate dma buffer correctly BugLink: http://bugs.launchpad.net/bugs/877165 imx_pcm_new() calls imx_pcm_preallocate_dma_buffer() to allocate dma buffers according _only_ to cpu_dai parameters, and this is not true. A better way is to check out both cpu_dai and codec_dai. Signed-off-by: Eric Miao <eric.miao@linaro.org>