13 May
2010
13 May
'10
6:27 p.m.
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@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.