summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorChen Liangjun <b36089@freescale.com>2012-02-14 11:23:30 +0800
committerChen Liangjun <b36089@freescale.com>2012-02-14 17:36:14 +0800
commitcb02a3be21ed06a61437e78a91a84aee6094df35 (patch)
tree17a23802c28a9e1b5aa06bcba5af96b29772bcce /sound
parent2d63f1aa1b9f46f349bc9fe37349c5d8e1c9edba (diff)
ENGR00174399 ASRC: fix mmap fail bug
If output sample rate is less than input sample rate, it is possible that the address of output dma buffer 0 can not be divided by page size. Thus the mmap of output dma in the user space would fail and test would fail. let all output dma buffers allocate dma buffer together and we can assure that the address of output dma buffer 0 can be divided by page size. Signed-off-by: Chen Liangjun <b36089@freescale.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions