commit | 657b1989dacf58e83e7a76bca6d4a91a9f294cf6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 26 12:40:21 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 26 15:07:14 2009 +0100 |
tree | 8503f4609840da79c8438d8ae1f6e4fb3df62346 | |
parent | 648f4e3e50c4793d9dbf9a09afa193631f76fa26 [diff] |
ALSA: pcm - Use dma_mmap_coherent() if available Use dma_mmap_coherent() for mmapping the buffers allocated via dma_alloc_coherent() if available. Currently, only ARM has this function, so we do temporarily have an ifdef pcm_native.c. This should be handled better globally in future. Signed-off-by: Takashi Iwai <tiwai@suse.de>