linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
@ 2012-09-20 14:36 Eric Millbrandt
  2012-09-20 14:36 ` [PATCH 2/3] ASoC: fsl: pcm030-audio-fabric use snd_soc_register_card Eric Millbrandt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric Millbrandt @ 2012-09-20 14:36 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Grant Likely
  Cc: alsa-devel, linuxppc-dev, Eric Millbrandt

mpc52xx socs do not define FSL_SOC but need SND_POWERPC_SOC defined to build
ASoC drivers.

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
---
Changes since v1:
Patch was "powerpc/52xx: define FSL_SOC"
Changed from defining FSL_SOC for PPC_MPC52xx to adding PPC_MPC52xx as a
dependency of SND_POWERPC_SOC as per Anatolij Gustschin's comment.

 sound/soc/fsl/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index d701330..4563b28 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -6,7 +6,7 @@ config SND_SOC_FSL_UTILS
 
 menuconfig SND_POWERPC_SOC
 	tristate "SoC Audio for Freescale PowerPC CPUs"
-	depends on FSL_SOC
+	depends on FSL_SOC || PPC_MPC52xx
 	help
 	  Say Y or M if you want to add support for codecs attached to
 	  the PowerPC CPUs.
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-22 15:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-20 14:36 [PATCH v2 1/3] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC Eric Millbrandt
2012-09-20 14:36 ` [PATCH 2/3] ASoC: fsl: pcm030-audio-fabric use snd_soc_register_card Eric Millbrandt
2012-09-22 15:01   ` Mark Brown
2012-09-20 14:36 ` [PATCH 3/3] ASoC: fsl: register the wm9712-codec Eric Millbrandt
2012-09-22 15:02   ` Mark Brown
2012-09-22 15:01 ` [PATCH v2 1/3] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).