diff mbox

[01/19] ASoC: Intel: add COMPILE_TEST to mfld machine

Message ID 1402662848-24534-2-git-send-email-vinod.koul@intel.com (mailing list archive)
State Accepted
Commit a0e975030ebc9a02699f15442f23a51747835f93
Headers show

Commit Message

Vinod Koul June 13, 2014, 12:33 p.m. UTC
Allows driver to be built on wider configs

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 sound/soc/intel/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Mark Brown June 21, 2014, 10:42 a.m. UTC | #1
On Fri, Jun 13, 2014 at 06:03:50PM +0530, Vinod Koul wrote:
> Allows driver to be built on wider configs

Applied, thanks.
Mark Brown June 21, 2014, 3:34 p.m. UTC | #2
On Sat, Jun 21, 2014 at 11:42:41AM +0100, Mark Brown wrote:
> On Fri, Jun 13, 2014 at 06:03:50PM +0530, Vinod Koul wrote:
> > Allows driver to be built on wider configs
> 
> Applied, thanks.

...and dropped since it causes build failures all over the place
especially around the SCU.  I'd guess you need a dependency on at least
the SCU as well as COMPILE_TEST.
Vinod Koul June 21, 2014, 4:08 p.m. UTC | #3
On Sat, Jun 21, 2014 at 04:34:53PM +0100, Mark Brown wrote:
> On Sat, Jun 21, 2014 at 11:42:41AM +0100, Mark Brown wrote:
> > On Fri, Jun 13, 2014 at 06:03:50PM +0530, Vinod Koul wrote:
> > > Allows driver to be built on wider configs
> > 
> > Applied, thanks.
> 
> ...and dropped since it causes build failures all over the place
> especially around the SCU.  I'd guess you need a dependency on at least
> the SCU as well as COMPILE_TEST.

Sure makes sense, I will fix the SCU bits and resend this patch

Btw, there are few patches in the series which can go thru like:
 - path 5, its IPC defines for DSP
 - patch 6, stream modularization
 - patch 8, common stream for pc/compress
 - path 9, FE, BE ops
 - patch 11, fix trigger for BE
 - patch 12, generic DSP set params
 - patch 15, power control for DSP
If there are no comments on these. Since the kcontrol patches are in seprate
patches, I think they should apply, otherwise I cna split up in next set

Thanks
diff mbox

Patch

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index c30fedb..c6fe1e4 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -1,6 +1,6 @@ 
 config SND_MFLD_MACHINE
 	tristate "SOC Machine Audio driver for Intel Medfield MID platform"
-	depends on INTEL_SCU_IPC
+	depends on (INTEL_SCU_IPC || COMPILE_TEST)
 	select SND_SOC_SN95031
 	select SND_SST_MFLD_PLATFORM
 	help