]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/soc/omap/omap-mcbsp.c
Merge with mainline to remove plat-omap/Kconfig conflict
[mv-sheeva.git] / sound / soc / omap / omap-mcbsp.c
index 8da14f537f49dab60ab733239ccb20a1ee06e1ae..e814a9591f78057553e877549a40e31f3522de66 100644 (file)
@@ -295,6 +295,8 @@ static int omap_mcbsp_dai_hw_params(struct snd_pcm_substream *substream,
        omap_mcbsp_dai_dma_params[id][substream->stream].dma_req = dma;
        omap_mcbsp_dai_dma_params[id][substream->stream].port_addr = port;
        omap_mcbsp_dai_dma_params[id][substream->stream].sync_mode = sync_mode;
+       omap_mcbsp_dai_dma_params[id][substream->stream].data_type =
+                                                       OMAP_DMA_DATA_TYPE_S16;
        cpu_dai->dma_data = &omap_mcbsp_dai_dma_params[id][substream->stream];
 
        if (mcbsp_data->configured) {