Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-02-10 Thread Mark Brown
On Mon, Feb 10, 2014 at 04:12:19AM +, li.xi...@freescale.com wrote: > > My patch was "ASoC: codecs: Make OF supported CODECs visible in > > Kconfig". I can't remember offhand what the patch for i.MX was called. > Yes, found it. > If so, shouldn't the CPU DAIs(such as I2S) also be invisible

Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-02-10 Thread Mark Brown
On Mon, Feb 10, 2014 at 04:12:19AM +, li.xi...@freescale.com wrote: My patch was ASoC: codecs: Make OF supported CODECs visible in Kconfig. I can't remember offhand what the patch for i.MX was called. Yes, found it. If so, shouldn't the CPU DAIs(such as I2S) also be invisible in

RE: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-02-09 Thread li.xi...@freescale.com
> Subject: Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig > > On Sun, Jan 26, 2014 at 05:15:05AM +, li.xi...@freescale.com wrote: > > > > ...for simple card since the whole idea is to support any CODEC with the > > > same driver we should pr

RE: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-02-09 Thread li.xi...@freescale.com
Subject: Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig On Sun, Jan 26, 2014 at 05:15:05AM +, li.xi...@freescale.com wrote: ...for simple card since the whole idea is to support any CODEC with the same driver we should probably just make sure that all the individual

Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-01-26 Thread Mark Brown
On Sun, Jan 26, 2014 at 05:15:05AM +, li.xi...@freescale.com wrote: > > ...for simple card since the whole idea is to support any CODEC with the > > same driver we should probably just make sure that all the individual > > drivers can be enabled in Kconfig, that way we don't have to have > >

Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-01-26 Thread Mark Brown
On Sun, Jan 26, 2014 at 05:15:05AM +, li.xi...@freescale.com wrote: ...for simple card since the whole idea is to support any CODEC with the same driver we should probably just make sure that all the individual drivers can be enabled in Kconfig, that way we don't have to have specific

RE: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-01-25 Thread li.xi...@freescale.com
Hi Mark, > > +config SND_SOC_VF610_SGTL5000 > > + tristate "SoC Audio support for VF610 boards with SGTL5000" > > + depends on OF && I2C > > + select SND_SOC_FSL_SAI > > + select SND_SOC_SGTL5000 > > + select SND_SIMPLE_CARD > > ...for simple card since the whole

RE: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-01-25 Thread li.xi...@freescale.com
Hi Mark, +config SND_SOC_VF610_SGTL5000 + tristate SoC Audio support for VF610 boards with SGTL5000 + depends on OF I2C + select SND_SOC_FSL_SAI + select SND_SOC_SGTL5000 + select SND_SIMPLE_CARD ...for simple card since the whole idea is to support

Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-01-23 Thread Mark Brown
On Thu, Jan 23, 2014 at 01:02:43PM +0800, Xiubo Li wrote: > +menuconfig SND_VF610_SOC > + tristate "SoC Audio for Freescale VF610 CPUs" > + select DMA_ENGINE > + help > + Say Y or M if you want to add support for codecs attached to > + the VF610 CPUs. > + > +

Re: [PATCH 1/8] ASoC: fsl: Add VF610 soc audio card Kconfig

2014-01-23 Thread Mark Brown
On Thu, Jan 23, 2014 at 01:02:43PM +0800, Xiubo Li wrote: +menuconfig SND_VF610_SOC + tristate SoC Audio for Freescale VF610 CPUs + select DMA_ENGINE + help + Say Y or M if you want to add support for codecs attached to + the VF610 CPUs. + + This