alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/7] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
@ 2012-09-19 14:51 "Eric Millbrandt
  2012-09-19 20:47 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: "Eric Millbrandt @ 2012-09-19 14:51 UTC (permalink / raw)
  To: Grant Likely, Liam Girdwood, Mark Brown
  Cc: alsa-devel, linuxppc-dev, Eric Millbrandt

From: Eric Millbrandt <emillbrandt@dekaresearch.com>

mpc52xx socs need to define SND_POWERPC_SOC 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] 4+ messages in thread

* Re: [PATCH v2 1/7] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
  2012-09-19 14:51 [PATCH v2 1/7] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC "Eric Millbrandt
@ 2012-09-19 20:47 ` Mark Brown
  2012-09-19 21:07   ` Eric Millbrandt
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2012-09-19 20:47 UTC (permalink / raw)
  To: Grant Likely, Liam Girdwood; +Cc: alsa-devel, linuxppc-dev, Eric Millbrandt

On Wed, Sep 19, 2012 at 10:51:25AM -0400,  wrote:
> From: Eric Millbrandt <emillbrandt@dekaresearch.com>
> 
> mpc52xx socs need to define SND_POWERPC_SOC 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.

Patches 2 to 7 appear to have gone AWOL?

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

* Re: [PATCH v2 1/7] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
  2012-09-19 20:47 ` Mark Brown
@ 2012-09-19 21:07   ` Eric Millbrandt
  2012-09-20  1:30     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Millbrandt @ 2012-09-19 21:07 UTC (permalink / raw)
  To: 'Mark Brown', Grant Likely, Liam Girdwood
  Cc: alsa-devel@alsa-project.org, linuxppc-dev@lists.ozlabs.org

On 2012-09-19 Mark Brown wrote:
> On Wed, Sep 19, 2012 at 10:51:25AM -0400,  wrote:
>> From: Eric Millbrandt <emillbrandt@dekaresearch.com>
>>
>> mpc52xx socs need to define SND_POWERPC_SOC 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.
>
> Patches 2 to 7 appear to have gone AWOL?
>
No changes to 2 through 7, so I didn't repost the full series.

Eric



-DISCLAIMER: an automatically appended disclaimer may follow. By posting-
-to a public e-mail mailing list I hereby grant permission to distribute-
-and copy this message.-

This e-mail and the information, including any attachments, it contains are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message.

Thank you.

Please consider the environment before printing this email.

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

* Re: [PATCH v2 1/7] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC
  2012-09-19 21:07   ` Eric Millbrandt
@ 2012-09-20  1:30     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2012-09-20  1:30 UTC (permalink / raw)
  To: Eric Millbrandt
  Cc: Grant Likely, alsa-devel@alsa-project.org,
	linuxppc-dev@lists.ozlabs.org, Liam Girdwood

On Wed, Sep 19, 2012 at 05:07:34PM -0400, Eric Millbrandt wrote:
> On 2012-09-19 Mark Brown wrote:

> > Patches 2 to 7 appear to have gone AWOL?

> No changes to 2 through 7, so I didn't repost the full series.

Then this isn't patch 1/7, it's just a patch.  The fact that you may
have posted some patches earlier isn't relevant and creates confusion
like this.

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

end of thread, other threads:[~2012-09-20  2:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 14:51 [PATCH v2 1/7] ASoC: fsl: add PPC_MPC52xx dependency to SND_POWERPC_SOC "Eric Millbrandt
2012-09-19 20:47 ` Mark Brown
2012-09-19 21:07   ` Eric Millbrandt
2012-09-20  1:30     ` 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).