diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-03-01 12:38:59 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-03-01 12:38:59 +0100 |
commit | 6679ee1870f7ccdd48e2e5c57919240b8f19a6dc (patch) | |
tree | 225ed7efcc0bb7e3c90233576c6106538e17a275 /sound/soc/omap/omap-mcbsp.c | |
parent | a91a4aa1ee994abeb2190a1bb2f703933609a703 (diff) | |
parent | a0b62329bb290c10d7278809af910ed115768991 (diff) | |
download | lwn-6679ee1870f7ccdd48e2e5c57919240b8f19a6dc.tar.gz lwn-6679ee1870f7ccdd48e2e5c57919240b8f19a6dc.zip |
Merge branch 'topic/asoc' into for-linus
Diffstat (limited to 'sound/soc/omap/omap-mcbsp.c')
-rw-r--r-- | sound/soc/omap/omap-mcbsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 6bbbd2ab0ee7..d29725664185 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -287,6 +287,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) { |