From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752018AbcA2GAH (ORCPT ); Fri, 29 Jan 2016 01:00:07 -0500 Received: from mail.karo-electronics.de ([81.173.242.67]:57795 "EHLO mail.karo-electronics.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751268AbcA2GAG convert rfc822-to-8bit (ORCPT ); Fri, 29 Jan 2016 01:00:06 -0500 Date: Fri, 29 Jan 2016 06:59:38 +0100 From: Lothar =?UTF-8?B?V2HDn21hbm4=?= To: Mark Brown Cc: Arnd Bergmann , Fabio Estevam , Jaroslav Kysela , Liam Girdwood , Nicolin Chen , Takashi Iwai , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: fsl: select SND_SOC_FSL_SAI or SND_SOC_FSL_SSI depending on SoC type Message-ID: <20160129065938.6e89fc37@ipc1.ka-ro> In-Reply-To: <20160128223352.GB4130@sirena.org.uk> References: <1453293038-16032-1-git-send-email-LW@KARO-electronics.de> <20160128223352.GB4130@sirena.org.uk> Organization: Ka-Ro electronics GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, 28 Jan 2016 23:33:52 +0100 Mark Brown wrote: > On Wed, Jan 20, 2016 at 01:30:38PM +0100, Lothar Waßmann wrote: > > > - 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 > > Does this card not work for older i.MXs (which had the same SSI/AUDMUX > 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-sgtl5000 + imx-audmux driver, on i.MX28 with the mxs-saif and mxs-sgtl5000 driver and on i.MX6UL with the fsl_sai + simple-card driver. Lothar Waßmann