From: Nicolin Chen Date: Thu, 7 Nov 2013 06:45:16 +0000 (+0800) Subject: ASoC: generic-dmaengine-pcm: Use SNDRV_DMA_TYPE_DEV_IRAM as default X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2b029515b4a81bbedcffc69a5d9574bb5ba475;p=pandora-kernel.git ASoC: generic-dmaengine-pcm: Use SNDRV_DMA_TYPE_DEV_IRAM as default When allocating memory space for DMA buffer, use on-chip internal SRAM as default choice to save power. Since the core would allocate memory from traditional external memory if iram allocation failed, we don't need to worry about any side effect. Signed-off-by: Nicolin Chen Acked-by: Lars-Peter Clausen Acked-by: Mark Brown Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed