alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: mid-x86: Fix dependency on intel_sst driver
@ 2011-02-06 10:05 Koul, Vinod
  2011-02-06 14:42 ` Liam Girdwood
  2011-02-07 11:26 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Koul, Vinod @ 2011-02-06 10:05 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, akpm, broonie, Harsha Priya, lrg

From: Vinod Koul <vinod.koul@intel.com>

Enabling medfield asoc driver causes compliation error when intel_sst
is not selected
ERROR: "register_sst_card" [sound/soc/mid-x86/snd-soc-sst-platform.ko]
undefined!

This patch puts proper dependency to elimate build error

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Harsha Priya <priya.harsha@intel.com>
Reported-by: Andrew Morton <akpm@linux-foundation.org>
---
 sound/soc/mid-x86/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/mid-x86/Kconfig b/sound/soc/mid-x86/Kconfig
index 1ad7538..2935042 100644
--- a/sound/soc/mid-x86/Kconfig
+++ b/sound/soc/mid-x86/Kconfig
@@ -1,6 +1,7 @@
 config SND_MFLD_MACHINE
 	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
 	depends on INTEL_SCU_IPC
+	depends on SND_INTEL_SST
 	select SND_SOC_SN95031
 	select SND_SST_PLATFORM
 	help
@@ -11,4 +12,3 @@ config SND_MFLD_MACHINE
 
 config SND_SST_PLATFORM
 	tristate
-	depends on SND_INTEL_SST
-- 
1.7.2.3

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

* Re: [PATCH] ASoC: mid-x86: Fix dependency on intel_sst driver
  2011-02-06 10:05 [PATCH] ASoC: mid-x86: Fix dependency on intel_sst driver Koul, Vinod
@ 2011-02-06 14:42 ` Liam Girdwood
  2011-02-07 11:26 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-02-06 14:42 UTC (permalink / raw)
  To: Koul, Vinod; +Cc: Harsha Priya, alsa-devel, broonie, akpm

On Sun, 2011-02-06 at 15:35 +0530, Koul, Vinod wrote:
> From: Vinod Koul <vinod.koul@intel.com>
> 
> Enabling medfield asoc driver causes compliation error when intel_sst
> is not selected
> ERROR: "register_sst_card" [sound/soc/mid-x86/snd-soc-sst-platform.ko]
> undefined!
> 
> This patch puts proper dependency to elimate build error
> 
> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
> Signed-off-by: Harsha Priya <priya.harsha@intel.com>
> Reported-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>  sound/soc/mid-x86/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/mid-x86/Kconfig b/sound/soc/mid-x86/Kconfig
> index 1ad7538..2935042 100644
> --- a/sound/soc/mid-x86/Kconfig
> +++ b/sound/soc/mid-x86/Kconfig
> @@ -1,6 +1,7 @@
>  config SND_MFLD_MACHINE
>  	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
>  	depends on INTEL_SCU_IPC
> +	depends on SND_INTEL_SST
>  	select SND_SOC_SN95031
>  	select SND_SST_PLATFORM
>  	help
> @@ -11,4 +12,3 @@ config SND_MFLD_MACHINE
>  
>  config SND_SST_PLATFORM
>  	tristate
> -	depends on SND_INTEL_SST

Acked-by: liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

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

* Re: [PATCH] ASoC: mid-x86: Fix dependency on intel_sst driver
  2011-02-06 10:05 [PATCH] ASoC: mid-x86: Fix dependency on intel_sst driver Koul, Vinod
  2011-02-06 14:42 ` Liam Girdwood
@ 2011-02-07 11:26 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-02-07 11:26 UTC (permalink / raw)
  To: Koul, Vinod; +Cc: alsa-devel, Harsha Priya, akpm, lrg

On Sun, Feb 06, 2011 at 03:35:48PM +0530, Koul, Vinod wrote:
> From: Vinod Koul <vinod.koul@intel.com>
> 
> Enabling medfield asoc driver causes compliation error when intel_sst
> is not selected
> ERROR: "register_sst_card" [sound/soc/mid-x86/snd-soc-sst-platform.ko]
> undefined!

Applied, thanks.

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

end of thread, other threads:[~2011-02-07 11:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 10:05 [PATCH] ASoC: mid-x86: Fix dependency on intel_sst driver Koul, Vinod
2011-02-06 14:42 ` Liam Girdwood
2011-02-07 11:26 ` 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).