From: Sean Cross Date: Tue, 19 Aug 2014 04:49:34 +0000 (+0800) Subject: ASoC: fsl: Fix building of imx-es8328 on PPC X-Git-Tag: omap-for-v3.19/prcm-cleanup~125^2~8^2~6^6~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdec729765659adafba983d6b6760ad52c71d5d8;p=pandora-kernel.git ASoC: fsl: Fix building of imx-es8328 on PPC The imx-es8328 driver fails to build on PPC because it explicitly depends on SND_SOC_IMX_PCM_FIQ, which itself doesn't build on PPC. Instead, rely on the SND_SOC_FSL_SSI config option to pull in the necessary libraries. While we're at it, remove SND_SOC_FSL_UTILS, which also is not needed. Signed-off-by: Sean Cross Signed-off-by: Mark Brown --- Reading git-diff-tree failed