All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: mxs: Depends on COMMON_CLK
@ 2013-07-22 11:19 Mark Brown
  2013-07-22 12:50 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2013-07-22 11:19 UTC (permalink / raw)
  To: Fabio Estevam, Shawn Guo; +Cc: alsa-devel, linaro-kernel, Mark Brown

From: Mark Brown <broonie@linaro.org>

The SAIF driver is a clock provider so specifically needs the common
clock implementedation.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
---
 sound/soc/mxs/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig
index 7daf860..219235c 100644
--- a/sound/soc/mxs/Kconfig
+++ b/sound/soc/mxs/Kconfig
@@ -1,6 +1,7 @@
 menuconfig SND_MXS_SOC
 	tristate "SoC Audio for Freescale MXS CPUs"
 	depends on ARCH_MXS || COMPILE_TEST
+	depends on COMMON_CLK
 	select SND_SOC_GENERIC_DMAENGINE_PCM
 	help
 	  Say Y or M if you want to add support for codecs attached to
-- 
1.8.3.2

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

* Re: [PATCH] ASoC: mxs: Depends on COMMON_CLK
  2013-07-22 11:19 [PATCH] ASoC: mxs: Depends on COMMON_CLK Mark Brown
@ 2013-07-22 12:50 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2013-07-22 12:50 UTC (permalink / raw)
  To: Mark Brown; +Cc: Fabio Estevam, alsa-devel, linaro-kernel, Mark Brown

On Mon, Jul 22, 2013 at 12:19:47PM +0100, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
> 
> The SAIF driver is a clock provider so specifically needs the common
> clock implementedation.
> 
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>
> Signed-off-by: Mark Brown <broonie@linaro.org>

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

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

end of thread, other threads:[~2013-07-22 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 11:19 [PATCH] ASoC: mxs: Depends on COMMON_CLK Mark Brown
2013-07-22 12:50 ` Shawn Guo

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.