Skip to content

Commit

Permalink
ASoC: fsl: Fix building of imx-es8328 on PPC
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Sean Cross authored and Mark Brown committed Aug 19, 2014
1 parent 499898d commit cdec729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,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.
Expand Down

0 comments on commit cdec729

Please sign in to comment.