All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code
@ 2013-08-17 19:38 Fabio Estevam
  2013-08-18  5:23 ` Shawn Guo
  2013-08-18 15:29 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2013-08-17 19:38 UTC (permalink / raw)
  To: broonie; +Cc: Fabio Estevam, alsa-devel, shawn.guo

From: Fabio Estevam <fabio.estevam@freescale.com>

SND_SOC_FSL_UTILS is only used by PowerPC machines, so let's drop it in the
i.mx case.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 sound/soc/fsl/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index e15f771..3a4808d 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -175,7 +175,6 @@ config SND_SOC_IMX_WM8962
 	select SND_SOC_IMX_PCM_DMA
 	select SND_SOC_IMX_AUDMUX
 	select SND_SOC_FSL_SSI
-	select SND_SOC_FSL_UTILS
 	help
 	  Say Y if you want to add support for SoC audio on an i.MX board with
 	  a wm8962 codec.
@@ -187,7 +186,6 @@ config SND_SOC_IMX_SGTL5000
 	select SND_SOC_IMX_PCM_DMA
 	select SND_SOC_IMX_AUDMUX
 	select SND_SOC_FSL_SSI
-	select SND_SOC_FSL_UTILS
 	help
 	  Say Y if you want to add support for SoC audio on an i.MX board with
 	  a sgtl5000 codec.
-- 
1.8.1.2

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

* Re: [PATCH] ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code
  2013-08-17 19:38 [PATCH] ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code Fabio Estevam
@ 2013-08-18  5:23 ` Shawn Guo
  2013-08-18 15:29 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2013-08-18  5:23 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Fabio Estevam, alsa-devel, broonie

On Sat, Aug 17, 2013 at 04:38:12PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> SND_SOC_FSL_UTILS is only used by PowerPC machines, so let's drop it in the
> i.mx case.

Yes, that's true since commit 8f549d7 (ASoC: fsl: remove helper
fsl_asoc_get_codec_dev_name), so,

Acked-by: Shawn Guo <shawn.guo@linaro.org>

> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  sound/soc/fsl/Kconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
> index e15f771..3a4808d 100644
> --- a/sound/soc/fsl/Kconfig
> +++ b/sound/soc/fsl/Kconfig
> @@ -175,7 +175,6 @@ config SND_SOC_IMX_WM8962
>  	select SND_SOC_IMX_PCM_DMA
>  	select SND_SOC_IMX_AUDMUX
>  	select SND_SOC_FSL_SSI
> -	select SND_SOC_FSL_UTILS
>  	help
>  	  Say Y if you want to add support for SoC audio on an i.MX board with
>  	  a wm8962 codec.
> @@ -187,7 +186,6 @@ config SND_SOC_IMX_SGTL5000
>  	select SND_SOC_IMX_PCM_DMA
>  	select SND_SOC_IMX_AUDMUX
>  	select SND_SOC_FSL_SSI
> -	select SND_SOC_FSL_UTILS
>  	help
>  	  Say Y if you want to add support for SoC audio on an i.MX board with
>  	  a sgtl5000 codec.
> -- 
> 1.8.1.2
> 

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

* Re: [PATCH] ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code
  2013-08-17 19:38 [PATCH] ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code Fabio Estevam
  2013-08-18  5:23 ` Shawn Guo
@ 2013-08-18 15:29 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-08-18 15:29 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: Fabio Estevam, alsa-devel, shawn.guo


[-- Attachment #1.1: Type: text/plain, Size: 234 bytes --]

On Sat, Aug 17, 2013 at 04:38:12PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> SND_SOC_FSL_UTILS is only used by PowerPC machines, so let's drop it in the
> i.mx case.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2013-08-18 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-17 19:38 [PATCH] ASoC: fsl: Drop SND_SOC_FSL_UTILS from i.mx machine code Fabio Estevam
2013-08-18  5:23 ` Shawn Guo
2013-08-18 15:29 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.