diff mbox

ASoC: fsl: Fix building of imx-es8328 on PPC

Message ID 1408423775-3236-1-git-send-email-xobs@kosagi.com (mailing list archive)
State Accepted
Commit cdec729765659adafba983d6b6760ad52c71d5d8
Headers show

Commit Message

Sean Cross Aug. 19, 2014, 4:49 a.m. UTC
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 <xobs@kosagi.com>
---
 sound/soc/fsl/Kconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Mark Brown Aug. 19, 2014, 3:44 p.m. UTC | #1
On Tue, Aug 19, 2014 at 12:49:34PM +0800, Sean Cross wrote:
> 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.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index c0ace69..13199b5 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -237,8 +237,6 @@  config SND_SOC_IMX_ES8328
 	select SND_SOC_IMX_PCM_DMA
 	select SND_SOC_IMX_AUDMUX
 	select SND_SOC_FSL_SSI
-	select SND_SOC_FSL_UTILS
-	select SND_SOC_IMX_PCM_FIQ
 	help
 	  Say Y if you want to add support for the ES8328 audio codec connected
 	  via SSI/I2S over either SPI or I2C.