From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.karo-electronics.de (mail.karo-electronics.de [81.173.242.67]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id BBBFF1A08ED for ; Thu, 14 Jan 2016 01:02:29 +1100 (AEDT) Date: Wed, 13 Jan 2016 15:02:08 +0100 From: Lothar =?UTF-8?B?V2HDn21hbm4=?= To: Fabio Estevam Cc: Arnd Bergmann , Fabio Estevam , Jaroslav Kysela , Liam Girdwood , Mark Brown , Nicolin Chen , Takashi Iwai , Timur Tabi , Xiubo Li , "alsa-devel@alsa-project.org" , linux-kernel , "linuxppc-dev@lists.ozlabs.org" Subject: Re: [alsa-devel] [PATCH 2/2] ASoC: fsl: select SND_SOC_FSL_SAI or SND_SOC_FSL_SSI depending on SoC type Message-ID: <20160113150208.408864ea@ipc1.ka-ro> In-Reply-To: References: <1452622411-16674-1-git-send-email-LW@KARO-electronics.de> <1452622411-16674-2-git-send-email-LW@KARO-electronics.de> <1452622411-16674-3-git-send-email-LW@KARO-electronics.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, > On Tue, Jan 12, 2016 at 4:13 PM, Lothar Wa=C3=9Fmann wrote: >=20 > > diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig > > index 14dfdee..c128823 100644 > > --- a/sound/soc/fsl/Kconfig > > +++ b/sound/soc/fsl/Kconfig > > @@ -258,7 +258,8 @@ config SND_SOC_IMX_SGTL5000 > > select SND_SOC_SGTL5000 > > select SND_SOC_IMX_PCM_DMA > > select SND_SOC_IMX_AUDMUX > > - select SND_SOC_FSL_SSI > > + select SND_SOC_FSL_SAI if SOC_IMX6UL > > + select SND_SOC_FSL_SSI if SOC_IMX6Q || SOC_IMX6SL || SOC_IMX6SX >=20 > MX6SX has SSI and SAI interfaces. > I chose the settings, so that the default behaviour before this patch is not changed. The other interface can still be enabled by the user. [Yes, I know this is a case of the frowned-upon use of 'select' with user-visible symbols, but this is as things currently are] Lothar Wa=C3=9Fmann