Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: intel: Remove superfluous backslash in Kconfig
@ 2014-12-10 10:53 Takashi Iwai
  2014-12-17 17:06 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2014-12-10 10:53 UTC (permalink / raw)
  To: Mark Brown; +Cc: Vinod Koul, alsa-devel, Liam Girdwood

The line continuation in Kconfig should be a '\' instead of '\\'.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/soc/intel/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index e989ecf046c9..f06fcf1e21a5 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -46,7 +46,7 @@ config SND_SOC_INTEL_BAYTRAIL
 
 config SND_SOC_INTEL_HASWELL_MACH
 	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
-	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\
+	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \
 		   I2C_DESIGNWARE_PLATFORM
 	select SND_SOC_INTEL_HASWELL
 	select SND_SOC_RT5640
@@ -76,7 +76,7 @@ config SND_SOC_INTEL_BYT_MAX98090_MACH
 
 config SND_SOC_INTEL_BROADWELL_MACH
 	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
-	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
+	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \
 		   I2C_DESIGNWARE_PLATFORM
 	select SND_SOC_INTEL_HASWELL
 	select SND_COMPRESS_OFFLOAD
-- 
2.2.0

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

* Re: [PATCH] ASoC: intel: Remove superfluous backslash in Kconfig
  2014-12-10 10:53 [PATCH] ASoC: intel: Remove superfluous backslash in Kconfig Takashi Iwai
@ 2014-12-17 17:06 ` Takashi Iwai
  2014-12-22 12:37   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2014-12-17 17:06 UTC (permalink / raw)
  To: Mark Brown; +Cc: Vinod Koul, alsa-devel, Liam Girdwood

At Wed, 10 Dec 2014 11:53:47 +0100,
Takashi Iwai wrote:
> 
> The line continuation in Kconfig should be a '\' instead of '\\'.
> 
> Signed-off-by: Takashi Iwai <tiwai@suse.de>

Mark, would you apply this to your tree?  I merged it only to master
branch for fixing the build of alsa-driver tarball build for now but
left other branches intact.  If you don't mind, I'll apply it by
myself, though.


thanks,

Takashi

> ---
>  sound/soc/intel/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
> index e989ecf046c9..f06fcf1e21a5 100644
> --- a/sound/soc/intel/Kconfig
> +++ b/sound/soc/intel/Kconfig
> @@ -46,7 +46,7 @@ config SND_SOC_INTEL_BAYTRAIL
>  
>  config SND_SOC_INTEL_HASWELL_MACH
>  	tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
> -	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\
> +	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \
>  		   I2C_DESIGNWARE_PLATFORM
>  	select SND_SOC_INTEL_HASWELL
>  	select SND_SOC_RT5640
> @@ -76,7 +76,7 @@ config SND_SOC_INTEL_BYT_MAX98090_MACH
>  
>  config SND_SOC_INTEL_BROADWELL_MACH
>  	tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
> -	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
> +	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \
>  		   I2C_DESIGNWARE_PLATFORM
>  	select SND_SOC_INTEL_HASWELL
>  	select SND_COMPRESS_OFFLOAD
> -- 
> 2.2.0
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

* Re: [PATCH] ASoC: intel: Remove superfluous backslash in Kconfig
  2014-12-17 17:06 ` Takashi Iwai
@ 2014-12-22 12:37   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-12-22 12:37 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: Vinod Koul, alsa-devel, Liam Girdwood


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

On Wed, Dec 17, 2014 at 06:06:27PM +0100, Takashi Iwai wrote:
> At Wed, 10 Dec 2014 11:53:47 +0100,
> Takashi Iwai wrote:

> > The line continuation in Kconfig should be a '\' instead of '\\'.

> > Signed-off-by: Takashi Iwai <tiwai@suse.de>

> Mark, would you apply this to your tree?  I merged it only to master
> branch for fixing the build of alsa-driver tarball build for now but
> left other branches intact.  If you don't mind, I'll apply it by
> myself, though.

I've not been applying anything except for urgent bugfixes during the
merge window, I've just applied it now.

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

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



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

end of thread, other threads:[~2014-12-22 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 10:53 [PATCH] ASoC: intel: Remove superfluous backslash in Kconfig Takashi Iwai
2014-12-17 17:06 ` Takashi Iwai
2014-12-22 12:37   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox