From: Jarkko Nikula Date: Tue, 13 May 2014 12:46:06 +0000 (+0300) Subject: ASoC: Intel: Fix Baytrail SST DSP firmware loading X-Git-Tag: omap-for-v3.16/fixes-against-rc1~177^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cffd6665f57ed18f4be9185c4330c8c98c22e201;p=pandora-kernel.git ASoC: Intel: Fix Baytrail SST DSP firmware loading Commit 10df350977b1 ("ASoC: Intel: Fix Audio DSP usage when IOMMU is enabled.") caused following regression in Baytrail SST: baytrail-pcm-audio baytrail-pcm-audio: error: DMA alloc failed baytrail-pcm-audio baytrail-pcm-audio: error: failed to load firmware Fix this by calling dma_coerce_mask_and_coherent() in sst_byt_init() with the same dma_dev device what is now used in sst_fw_new() when allocating the DMA buffer. Signed-off-by: Jarkko Nikula Signed-off-by: Mark Brown --- Reading git-diff-tree failed