[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160113150208.408864ea@ipc1.ka-ro>
Date: Wed, 13 Jan 2016 15:02:08 +0100
From: Lothar Waßmann <LW@...O-electronics.de>
To: Fabio Estevam <festevam@...il.com>
Cc: Arnd Bergmann <arnd@...db.de>,
Fabio Estevam <fabio.estevam@...escale.com>,
Jaroslav Kysela <perex@...ex.cz>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Nicolin Chen <nicoleotsuka@...il.com>,
Takashi Iwai <tiwai@...e.com>, Timur Tabi <timur@...i.org>,
Xiubo Li <Xiubo.Lee@...il.com>,
"alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
linux-kernel <linux-kernel@...r.kernel.org>,
"linuxppc-dev@...ts.ozlabs.org" <linuxppc-dev@...ts.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
Hi,
> On Tue, Jan 12, 2016 at 4:13 PM, Lothar Waßmann <LW@...o-electronics.de> wrote:
>
> > 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
>
> 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ßmann
Powered by blists - more mailing lists