From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: [PATCH] ASoC: fsl: select SND_SOC_FSL_SAI or SND_SOC_FSL_SSI depending on SoC type Date: Thu, 28 Jan 2016 22:30:13 -0800 Message-ID: <20160129063012.GB3370@Asurada-CZ80> References: <1453293038-16032-1-git-send-email-LW@KARO-electronics.de> <20160128223352.GB4130@sirena.org.uk> <20160129065938.6e89fc37@ipc1.ka-ro> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20160129065938.6e89fc37@ipc1.ka-ro> Sender: linux-kernel-owner@vger.kernel.org To: Lothar =?iso-8859-1?Q?Wa=DFmann?= Cc: Mark Brown , Arnd Bergmann , Fabio Estevam , Jaroslav Kysela , Liam Girdwood , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org On Fri, Jan 29, 2016 at 06:59:38AM +0100, Lothar Wa=DFmann wrote: > Hi, >=20 > On Thu, 28 Jan 2016 23:33:52 +0100 Mark Brown wrote: > > On Wed, Jan 20, 2016 at 01:30:38PM +0100, Lothar Wa=DFmann wrote: > >=20 > > > - 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 > > Does this card not work for older i.MXs (which had the same SSI/AUD= MUX > > combination as the majority of the i.MX6 family) as well? > > > Our baseboard contains an SGTL5000 codec which is working with > i.MX25, i.MX27, i.MX5, i.MX6Q, i.MX6DL with the fsl_ssi and imx-sgtl5= 000 > + imx-audmux driver, on i.MX28 with the mxs-saif and mxs-sgtl5000 dri= ver > and on i.MX6UL with the fsl_sai + simple-card driver. Have you tried fsl-asoc-card to connect SSI/SAI with sgtl5000? If it works for you directly, I believe things should be easier for you instead of dealing with Kconfig.