Re: [PATCH] ASoC: fsl: refine DMA/FIQ dependencies

2014-06-22 Thread Mark Brown
On Tue, Jun 03, 2014 at 02:11:56PM +0200, Arnd Bergmann wrote: > Commit 31ee2bfd724ab ("ASoC: fsl: select SND_SOC_IMX_PCM_DMA > where needed") started selecting SND_SOC_IMX_PCM_DMA and > SND_SOC_IMX_PCM_FIQ for two drivers when building for i.MX. > This has turned out too aggressive, as FIQ is

Re: [PATCH] ASoC: fsl: refine DMA/FIQ dependencies

2014-06-22 Thread Mark Brown
On Tue, Jun 03, 2014 at 02:11:56PM +0200, Arnd Bergmann wrote: Commit 31ee2bfd724ab (ASoC: fsl: select SND_SOC_IMX_PCM_DMA where needed) started selecting SND_SOC_IMX_PCM_DMA and SND_SOC_IMX_PCM_FIQ for two drivers when building for i.MX. This has turned out too aggressive, as FIQ is only

[PATCH] ASoC: fsl: refine DMA/FIQ dependencies

2014-06-03 Thread Arnd Bergmann
Commit 31ee2bfd724ab ("ASoC: fsl: select SND_SOC_IMX_PCM_DMA where needed") started selecting SND_SOC_IMX_PCM_DMA and SND_SOC_IMX_PCM_FIQ for two drivers when building for i.MX. This has turned out too aggressive, as FIQ is only available for i.mx2 through i.mx5, but not i.mx6 or vybrid. Further,

[PATCH] ASoC: fsl: refine DMA/FIQ dependencies

2014-06-03 Thread Arnd Bergmann
Commit 31ee2bfd724ab (ASoC: fsl: select SND_SOC_IMX_PCM_DMA where needed) started selecting SND_SOC_IMX_PCM_DMA and SND_SOC_IMX_PCM_FIQ for two drivers when building for i.MX. This has turned out too aggressive, as FIQ is only available for i.mx2 through i.mx5, but not i.mx6 or vybrid. Further,