All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: omap: Make RX51 depend on GPIOLIB due to jack usage
@ 2014-01-20 23:00 Mark Brown
  2014-01-21  6:45 ` Jarkko Nikula
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2014-01-20 23:00 UTC (permalink / raw)
  To: Russell King - ARM Linux, Peter Ujfalusi, Jarkko Nikula,
	Liam Girdwood
  Cc: alsa-devel, linaro-kernel, Mark Brown

From: Mark Brown <broonie@linaro.org>

Since the GPIO jacks are only supported if gpiolib is built and fail to
compile otherwise add a build depedency.  This is unlikely to have any
practical impact outside of coverage testing.

Reported-by: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Mark Brown <broonie@linaro.org>
---
 sound/soc/omap/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
index 4a07f7179690..22ad9c5654b5 100644
--- a/sound/soc/omap/Kconfig
+++ b/sound/soc/omap/Kconfig
@@ -30,6 +30,7 @@ config SND_OMAP_SOC_RX51
 	select SND_OMAP_SOC_MCBSP
 	select SND_SOC_TLV320AIC3X
 	select SND_SOC_TPA6130A2
+	depends on GPIOLIB
 	help
 	  Say Y if you want to add support for SoC audio on Nokia RX-51
 	  hardware. This is also known as Nokia N900 product.
-- 
1.8.5.2

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

* Re: [PATCH] ASoC: omap: Make RX51 depend on GPIOLIB due to jack usage
  2014-01-20 23:00 [PATCH] ASoC: omap: Make RX51 depend on GPIOLIB due to jack usage Mark Brown
@ 2014-01-21  6:45 ` Jarkko Nikula
  0 siblings, 0 replies; 2+ messages in thread
From: Jarkko Nikula @ 2014-01-21  6:45 UTC (permalink / raw)
  To: Mark Brown
  Cc: alsa-devel, linaro-kernel, Russell King - ARM Linux, Mark Brown,
	Liam Girdwood, Peter Ujfalusi

On Mon, Jan 20, 2014 at 11:00:01PM +0000, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
> 
> Since the GPIO jacks are only supported if gpiolib is built and fail to
> compile otherwise add a build depedency.  This is unlikely to have any
> practical impact outside of coverage testing.
> 
> Reported-by: Russell King <linux@arm.linux.org.uk>
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
>  sound/soc/omap/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> 

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

end of thread, other threads:[~2014-01-21  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 23:00 [PATCH] ASoC: omap: Make RX51 depend on GPIOLIB due to jack usage Mark Brown
2014-01-21  6:45 ` Jarkko Nikula

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.