[alsa-devel] [PATCH] OMAP: McBSP: Add 32-bit mode support
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu May 13 17:27:55 CEST 2010
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 <slapin at ossfans.org>
> + default:
> + omap_mcbsp_dai_dma_params[id][substream->stream].data_type =
> + OMAP_DMA_DATA_TYPE_S16;
> + break;
Defensiveness would seem to dictate returning an error here - no other
sample sizes are advertised so you should never get here anyway.
More information about the Alsa-devel
mailing list