From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ASoC: intel: Remove superfluous backslash in Kconfig Date: Wed, 17 Dec 2014 18:06:27 +0100 Message-ID: References: <1418208827-2001-1-git-send-email-tiwai@suse.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 92FD426068E for ; Wed, 17 Dec 2014 18:06:28 +0100 (CET) In-Reply-To: <1418208827-2001-1-git-send-email-tiwai@suse.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: Vinod Koul , alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org 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 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 >