ASoC: wm_adsp: Use GFP_DMA for things that may be DMAed
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 20 Jan 2013 10:01:03 +0000 (19:01 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 20 Jan 2013 13:14:34 +0000 (22:14 +0900)
commit7881fd0fb3ecc9e367ba998a4de533e7eecbdfeb
tree43bb4b0f5ff7a2c769ab3210add45467705c400a
parent7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619
ASoC: wm_adsp: Use GFP_DMA for things that may be DMAed

Normally kmalloc() returns things that are DMA safe so not visible on all
platforms but we do need to explicitly request DMA safe memory.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm_adsp.c
This page took 0.0270860000000001 seconds and 5 git commands to generate.