Re: [PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-14 Thread Liam Girdwood
On Thu, 2010-05-13 at 19:48 +0400, Sergey Lapin wrote: This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org --- Applied. Thanks Liam -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer.

[PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Sergey Lapin
This patchs should allow to use 32-bit samples on e.g. TLV320AIC23 codec, or others. --- sound/soc/omap/omap-mcbsp.c | 30 ++ 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index

[PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Sergey Lapin
This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org --- sound/soc/omap/omap-mcbsp.c | 30 ++ 1 files changed, 26 insertions(+), 4 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c

Re: [alsa-devel] [PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Mark Brown
On Thu, May 13, 2010 at 07:24:08PM +0400, Sergey Lapin wrote: This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org + default: + omap_mcbsp_dai_dma_params[id][substream-stream].data_type = +

Re: [alsa-devel] [PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Mark Brown
On Thu, May 13, 2010 at 04:27:55PM +0100, Mark Brown wrote: On Thu, May 13, 2010 at 07:24:08PM +0400, Sergey Lapin wrote: This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org + default: +

[PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Sergey Lapin
This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org --- sound/soc/omap/omap-mcbsp.c | 28 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/sound/soc/omap/omap-mcbsp.c

Re: [PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Mark Brown
On Thu, May 13, 2010 at 07:48:16PM +0400, Sergey Lapin wrote: This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com -- To unsubscribe from this list: send

Re: [alsa-devel] [PATCH] OMAP: McBSP: Add 32-bit mode support

2010-05-13 Thread Jarkko Nikula
On Thu, 13 May 2010 16:48:57 +0100 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, May 13, 2010 at 07:48:16PM +0400, Sergey Lapin wrote: This patchs should allow to use 32-bit samples on e.g. TLV320AIC3x codec, or others. Signed-off-by: Sergey Lapin sla...@ossfans.org